/// <remarks/> public void GET_CONTRACTSAsync(InputParameters4 InputParameters) { this.GET_CONTRACTSAsync(InputParameters, null); }
/// <remarks/> public void GET_CONTRACTSAsync(InputParameters4 InputParameters, object userState) { if ((this.GET_CONTRACTSOperationCompleted == null)) { this.GET_CONTRACTSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGET_CONTRACTSOperationCompleted); } this.InvokeAsync("GET_CONTRACTS", new object[] { InputParameters}, this.GET_CONTRACTSOperationCompleted, userState); }
/// <remarks/> public System.IAsyncResult BeginGET_CONTRACTS(InputParameters4 InputParameters, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GET_CONTRACTS", new object[] { InputParameters}, callback, asyncState); }