Exemplo n.º 1
0
 /// <remarks/>
 public void CreateProfileTransactionWithXmlResponseAsync(CreateProfileTransactionRequestData request, object userState) {
     if ((this.CreateProfileTransactionWithXmlResponseOperationCompleted == null)) {
         this.CreateProfileTransactionWithXmlResponseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateProfileTransactionWithXmlResponseOperationCompleted);
     }
     this.InvokeAsync("CreateProfileTransactionWithXmlResponse", new object[] {
                 request}, this.CreateProfileTransactionWithXmlResponseOperationCompleted, userState);
 }
Exemplo n.º 2
0
 public CreateProfileTransactionResponseData CreateProfileTransactionWithXmlResponse(CreateProfileTransactionRequestData request) {
     object[] results = this.Invoke("CreateProfileTransactionWithXmlResponse", new object[] {
                 request});
     return ((CreateProfileTransactionResponseData)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void CreateProfileTransactionWithXmlResponseAsync(CreateProfileTransactionRequestData request) {
     this.CreateProfileTransactionWithXmlResponseAsync(request, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void CreateProfileTransactionAsync(CreateProfileTransactionRequestData request) {
     this.CreateProfileTransactionAsync(request, null);
 }