示例#1
0
 public void storeDocumentSendToAsync(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest, object userState)
 {
     if ((this.onBeginstoreDocumentSendToDelegate == null))
     {
         this.onBeginstoreDocumentSendToDelegate = new BeginOperationDelegate(this.OnBeginstoreDocumentSendTo);
     }
     if ((this.onEndstoreDocumentSendToDelegate == null))
     {
         this.onEndstoreDocumentSendToDelegate = new EndOperationDelegate(this.OnEndstoreDocumentSendTo);
     }
     if ((this.onstoreDocumentSendToCompletedDelegate == null))
     {
         this.onstoreDocumentSendToCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnstoreDocumentSendToCompleted);
     }
     base.InvokeAsync(this.onBeginstoreDocumentSendToDelegate, new object[] {
         storeDocumentSendToRequest
     }, this.onEndstoreDocumentSendToDelegate, this.onstoreDocumentSendToCompletedDelegate, userState);
 }
示例#2
0
 public void storeDocumentSendToAsync(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest)
 {
     this.storeDocumentSendToAsync(storeDocumentSendToRequest, null);
 }
示例#3
0
 public System.IAsyncResult BeginstoreDocumentSendTo(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginstoreDocumentSendTo(storeDocumentSendToRequest, callback, asyncState));
 }
示例#4
0
 private System.IAsyncResult OnBeginstoreDocumentSendTo(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest = ((WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest)(inValues[0]));
     return(this.BeginstoreDocumentSendTo(storeDocumentSendToRequest, callback, asyncState));
 }
示例#5
0
 public WSAccess.SvcRef_Counterparty.StoreDocumentSendToResponse storeDocumentSendTo(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest)
 {
     return(base.Channel.storeDocumentSendTo(storeDocumentSendToRequest));
 }