Exemplo n.º 1
0
 /// <remarks/>
 public void addHostAsync(AddHostType addHostInput, object userState)
 {
     if ((this.addHostOperationCompleted == null))
     {
         this.addHostOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddHostOperationCompleted);
     }
     this.InvokeAsync("addHost", new object[] {
                 addHostInput}, this.addHostOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BeginaddHost(AddHostType addHostInput, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("addHost", new object[] {
                 addHostInput}, callback, asyncState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void addHostAsync(AddHostType addHostInput)
 {
     this.addHostAsync(addHostInput, null);
 }