Пример #1
0
 /// <remarks/>
 public void AddDelegateAsync(AddDelegateType AddDelegate1, object userState) {
     if ((this.AddDelegateOperationCompleted == null)) {
         this.AddDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddDelegateOperationCompleted);
     }
     this.InvokeAsync("AddDelegate", new object[] {
                 AddDelegate1}, this.AddDelegateOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void AddDelegateAsync(AddDelegateType AddDelegate1) {
     this.AddDelegateAsync(AddDelegate1, null);
 }