Exemple #1
0
 /// <remarks/>
 public void RemoveDelegateAsync(RemoveDelegateType RemoveDelegate1, object userState) {
     if ((this.RemoveDelegateOperationCompleted == null)) {
         this.RemoveDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveDelegateOperationCompleted);
     }
     this.InvokeAsync("RemoveDelegate", new object[] {
                 RemoveDelegate1}, this.RemoveDelegateOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void RemoveDelegateAsync(RemoveDelegateType RemoveDelegate1) {
     this.RemoveDelegateAsync(RemoveDelegate1, null);
 }