コード例 #1
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <remarks/>
 public void PlaceBinaryNodeAsync(PlaceBinaryNodeRequest PlaceBinaryNodeRequest, object userState) {
     if ((this.PlaceBinaryNodeOperationCompleted == null)) {
         this.PlaceBinaryNodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPlaceBinaryNodeOperationCompleted);
     }
     this.InvokeAsync("PlaceBinaryNode", new object[] {
                 PlaceBinaryNodeRequest}, this.PlaceBinaryNodeOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <remarks/>
 public void PlaceBinaryNodeAsync(PlaceBinaryNodeRequest PlaceBinaryNodeRequest) {
     this.PlaceBinaryNodeAsync(PlaceBinaryNodeRequest, null);
 }