コード例 #1
0
 /// <summary>
 /// This method provides an mechanism to set the message handler that receives notifications about the status of 
 /// API transactions
 /// </summary>
 /// <param name="handler">a delegate of EzeNotification</param>
 public void setMessageHandler(EzeNotification handler)
 {
     EzeEvent += handler;
 }
コード例 #2
0
 /// <summary>
 /// This method provides an mechanism to set the message handler that receives notifications about the status of
 /// API transactions
 /// </summary>
 /// <param name="handler">a delegate of EzeNotification</param>
 public void setMessageHandler(EzeNotification handler)
 {
     EzeEvent += handler;
 }