Example #1
0
 /// <remarks/>
 public void transfer_custodyAsync(transfer_custody transfer_custody1)
 {
     this.transfer_custodyAsync(transfer_custody1, null);
 }
Example #2
0
 /// <remarks/>
 public void transfer_custodyAsync(transfer_custody transfer_custody1, object userState)
 {
     if ((this.transfer_custodyOperationCompleted == null))
     {
         this.transfer_custodyOperationCompleted = new System.Threading.SendOrPostCallback(this.Ontransfer_custodyOperationCompleted);
     }
     this.InvokeAsync("transfer_custody", new object[] {
             transfer_custody1}, this.transfer_custodyOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult Begintransfer_custody(transfer_custody transfer_custody1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("transfer_custody", new object[] {
             transfer_custody1}, callback, asyncState);
 }