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); }
public void storeDocumentSendToAsync(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest) { this.storeDocumentSendToAsync(storeDocumentSendToRequest, null); }
public System.IAsyncResult BeginstoreDocumentSendTo(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest, System.AsyncCallback callback, object asyncState) { return(base.Channel.BeginstoreDocumentSendTo(storeDocumentSendToRequest, callback, asyncState)); }
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)); }
public WSAccess.SvcRef_Counterparty.StoreDocumentSendToResponse storeDocumentSendTo(WSAccess.SvcRef_Counterparty.StoreDocumentSendToRequest storeDocumentSendToRequest) { return(base.Channel.storeDocumentSendTo(storeDocumentSendToRequest)); }