/// <remarks/>
 public void GetDelegateAsync(GetDelegateType GetDelegate1)
 {
     this.GetDelegateAsync(GetDelegate1, null);
 }
 /// <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);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGetDelegate(GetDelegateType GetDelegate1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetDelegate", new object[] {
             GetDelegate1}, callback, asyncState);
 }