Example #1
0
 /// <remarks/>
 public void GetDelegateAsync(GetDelegateType GetDelegate1, object userState) {
     if ((this.GetDelegateOperationCompleted == null)) {
         this.GetDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDelegateOperationCompleted);
     }
     this.InvokeAsync("GetDelegate", new object[] {
                 GetDelegate1}, this.GetDelegateOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetDelegateAsync(GetDelegateType GetDelegate1) {
     this.GetDelegateAsync(GetDelegate1, null);
 }