Example #1
0
 /// <remarks/>
 public void CreatePointTransactionAsync(CreatePointTransactionRequest CreatePointTransactionRequest, object userState) {
     if ((this.CreatePointTransactionOperationCompleted == null)) {
         this.CreatePointTransactionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreatePointTransactionOperationCompleted);
     }
     this.InvokeAsync("CreatePointTransaction", new object[] {
                 CreatePointTransactionRequest}, this.CreatePointTransactionOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void CreatePointTransactionAsync(CreatePointTransactionRequest CreatePointTransactionRequest) {
     this.CreatePointTransactionAsync(CreatePointTransactionRequest, null);
 }