Пример #1
0
 /// <remarks/>
 public void GetWalletTypesAsync(GetWalletTypesRequest GetWalletTypesRequest, object userState) {
     if ((this.GetWalletTypesOperationCompleted == null)) {
         this.GetWalletTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWalletTypesOperationCompleted);
     }
     this.InvokeAsync("GetWalletTypes", new object[] {
                 GetWalletTypesRequest}, this.GetWalletTypesOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetWalletTypesAsync(GetWalletTypesRequest GetWalletTypesRequest) {
     this.GetWalletTypesAsync(GetWalletTypesRequest, null);
 }