コード例 #1
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <remarks/>
 public void CreatePointTransactionAsync(CreatePointTransactionRequest CreatePointTransactionRequest) {
     this.CreatePointTransactionAsync(CreatePointTransactionRequest, null);
 }