예제 #1
0
 /// <remarks/>
 public void GetMerchantConfigAsync(GetMerchantConfigRequestData request) {
     this.GetMerchantConfigAsync(request, null);
 }
예제 #2
0
 /// <remarks/>
 public void GetMerchantConfigAsync(GetMerchantConfigRequestData request, object userState) {
     if ((this.GetMerchantConfigOperationCompleted == null)) {
         this.GetMerchantConfigOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMerchantConfigOperationCompleted);
     }
     this.InvokeAsync("GetMerchantConfig", new object[] {
                 request}, this.GetMerchantConfigOperationCompleted, userState);
 }
예제 #3
0
 public GetMerchantConfigResponseData GetMerchantConfig(GetMerchantConfigRequestData request) {
     object[] results = this.Invoke("GetMerchantConfig", new object[] {
                 request});
     return ((GetMerchantConfigResponseData)(results[0]));
 }