Beispiel #1
0
 /// <remarks/>
 public void GetWiredSwitchAsync(WiredSwitchMethodArgs GetWiredSwitch1)
 {
     this.GetWiredSwitchAsync(GetWiredSwitch1, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetWiredSwitchAsync(WiredSwitchMethodArgs GetWiredSwitch1, object userState)
 {
     if ((this.GetWiredSwitchOperationCompleted == null))
     {
         this.GetWiredSwitchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWiredSwitchOperationCompleted);
     }
     this.InvokeAsync("GetWiredSwitch", new object[] {
             GetWiredSwitch1}, this.GetWiredSwitchOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetWiredSwitch(WiredSwitchMethodArgs GetWiredSwitch1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetWiredSwitch", new object[] {
             GetWiredSwitch1}, callback, asyncState);
 }