Ejemplo n.º 1
0
 /// <remarks/>
 public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings, object userState) {
     if ((this.GetHostedProfilePageOperationCompleted == null)) {
         this.GetHostedProfilePageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHostedProfilePageOperationCompleted);
     }
     this.InvokeAsync("GetHostedProfilePage", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 hostedProfileSettings}, this.GetHostedProfilePageOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings) {
     this.GetHostedProfilePageAsync(merchantAuthentication, customerProfileId, hostedProfileSettings, null);
 }