Exemplo n.º 1
0
 /// <remarks/>
 public void GetOrderTypesAsync(GetOrderTypesRequest GetOrderTypesRequest, object userState) {
     if ((this.GetOrderTypesOperationCompleted == null)) {
         this.GetOrderTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrderTypesOperationCompleted);
     }
     this.InvokeAsync("GetOrderTypes", new object[] {
                 GetOrderTypesRequest}, this.GetOrderTypesOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetOrderTypesAsync(GetOrderTypesRequest GetOrderTypesRequest) {
     this.GetOrderTypesAsync(GetOrderTypesRequest, null);
 }