コード例 #1
0
 public void getDocumentSendToAsync(WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest getDocumentSendToRequest, object userState)
 {
     if ((this.onBegingetDocumentSendToDelegate == null))
     {
         this.onBegingetDocumentSendToDelegate = new BeginOperationDelegate(this.OnBegingetDocumentSendTo);
     }
     if ((this.onEndgetDocumentSendToDelegate == null))
     {
         this.onEndgetDocumentSendToDelegate = new EndOperationDelegate(this.OnEndgetDocumentSendTo);
     }
     if ((this.ongetDocumentSendToCompletedDelegate == null))
     {
         this.ongetDocumentSendToCompletedDelegate = new System.Threading.SendOrPostCallback(this.OngetDocumentSendToCompleted);
     }
     base.InvokeAsync(this.onBegingetDocumentSendToDelegate, new object[] {
         getDocumentSendToRequest
     }, this.onEndgetDocumentSendToDelegate, this.ongetDocumentSendToCompletedDelegate, userState);
 }
コード例 #2
0
 public void getDocumentSendToAsync(WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest getDocumentSendToRequest)
 {
     this.getDocumentSendToAsync(getDocumentSendToRequest, null);
 }
コード例 #3
0
 public System.IAsyncResult BegingetDocumentSendTo(WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest getDocumentSendToRequest, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingetDocumentSendTo(getDocumentSendToRequest, callback, asyncState));
 }
コード例 #4
0
 private System.IAsyncResult OnBegingetDocumentSendTo(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest getDocumentSendToRequest = ((WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest)(inValues[0]));
     return(this.BegingetDocumentSendTo(getDocumentSendToRequest, callback, asyncState));
 }
コード例 #5
0
 public WSAccess.SvcRef_Counterparty.GetDocumentSendToResponse getDocumentSendTo(WSAccess.SvcRef_Counterparty.GetDocumentSendToRequest getDocumentSendToRequest)
 {
     return(base.Channel.getDocumentSendTo(getDocumentSendToRequest));
 }