コード例 #1
0
 /// <remarks/>
 public void GetBinaryGridSubTreeAsync(GetBinaryGridSubTreeRequest GetBinaryGridSubTreeRequest, object userState) {
     if ((this.GetBinaryGridSubTreeOperationCompleted == null)) {
         this.GetBinaryGridSubTreeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBinaryGridSubTreeOperationCompleted);
     }
     this.InvokeAsync("GetBinaryGridSubTree", new object[] {
                 GetBinaryGridSubTreeRequest}, this.GetBinaryGridSubTreeOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void GetBinaryGridSubTreeAsync(GetBinaryGridSubTreeRequest GetBinaryGridSubTreeRequest) {
     this.GetBinaryGridSubTreeAsync(GetBinaryGridSubTreeRequest, null);
 }