Exemple #1
0
 /// <remarks/>
 public void NotifyAsync(Notify Notify1, object userState) {
     if ((this.NotifyOperationCompleted == null)) {
         this.NotifyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnNotifyOperationCompleted);
     }
     this.InvokeAsync("Notify", new object[] {
                 Notify1}, this.NotifyOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void NotifyAsync(Notify Notify1) {
     this.NotifyAsync(Notify1, null);
 }