コード例 #1
0
 /// <remarks/>
 public void SendTestEventNotificationAsync(SendTestEventNotification SendTestEventNotification1)
 {
     this.SendTestEventNotificationAsync(SendTestEventNotification1, null);
 }
コード例 #2
0
 /// <remarks/>
 public void SendTestEventNotificationAsync(SendTestEventNotification SendTestEventNotification1, object userState)
 {
     if ((this.SendTestEventNotificationOperationCompleted == null)) {
         this.SendTestEventNotificationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendTestEventNotificationOperationCompleted);
     }
     this.InvokeAsync("SendTestEventNotification", new object[] {
                 SendTestEventNotification1}, this.SendTestEventNotificationOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public System.IAsyncResult BeginSendTestEventNotification(SendTestEventNotification SendTestEventNotification1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SendTestEventNotification", new object[] {
                 SendTestEventNotification1}, callback, asyncState);
 }