Example #1
0
 /// <remarks/>
 public void SetGenericNotificationAsync(SetGenericNotificationMethodArgs SetGenericNotification1)
 {
     this.SetGenericNotificationAsync(SetGenericNotification1, null);
 }
Example #2
0
 /// <remarks/>
 public void SetGenericNotificationAsync(SetGenericNotificationMethodArgs SetGenericNotification1, object userState)
 {
     if ((this.SetGenericNotificationOperationCompleted == null))
     {
         this.SetGenericNotificationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetGenericNotificationOperationCompleted);
     }
     this.InvokeAsync("SetGenericNotification", new object[] {
             SetGenericNotification1}, this.SetGenericNotificationOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult BeginSetGenericNotification(SetGenericNotificationMethodArgs SetGenericNotification1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SetGenericNotification", new object[] {
             SetGenericNotification1}, callback, asyncState);
 }