Example #1
0
 /// <remarks/>
 public void UpdateDelegateAsync(UpdateDelegateType UpdateDelegate1, object userState) {
     if ((this.UpdateDelegateOperationCompleted == null)) {
         this.UpdateDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateDelegateOperationCompleted);
     }
     this.InvokeAsync("UpdateDelegate", new object[] {
                 UpdateDelegate1}, this.UpdateDelegateOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void UpdateDelegateAsync(UpdateDelegateType UpdateDelegate1) {
     this.UpdateDelegateAsync(UpdateDelegate1, null);
 }