/// <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); }
/// <remarks/> public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings) { this.GetHostedProfilePageAsync(merchantAuthentication, customerProfileId, hostedProfileSettings, null); }