Exemplo n.º 1
0
 /// <remarks/>
 public void GetNetworkDesignAsync(NetworkDesignMethodArgs GetNetworkDesign1)
 {
     this.GetNetworkDesignAsync(GetNetworkDesign1, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetNetworkDesignAsync(NetworkDesignMethodArgs GetNetworkDesign1, object userState)
 {
     if ((this.GetNetworkDesignOperationCompleted == null))
     {
         this.GetNetworkDesignOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetNetworkDesignOperationCompleted);
     }
     this.InvokeAsync("GetNetworkDesign", new object[] {
             GetNetworkDesign1}, this.GetNetworkDesignOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetNetworkDesign(NetworkDesignMethodArgs GetNetworkDesign1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetNetworkDesign", new object[] {
             GetNetworkDesign1}, callback, asyncState);
 }