Example #1
0
 /// <remarks/>
 public void GetDeviceLocationBySerialNumberAsync(DeviceSNumberMethodArgs GetDeviceLocationBySerialNumber1)
 {
     this.GetDeviceLocationBySerialNumberAsync(GetDeviceLocationBySerialNumber1, null);
 }
Example #2
0
 /// <remarks/>
 public void GetDeviceLocationBySerialNumberAsync(DeviceSNumberMethodArgs GetDeviceLocationBySerialNumber1, object userState)
 {
     if ((this.GetDeviceLocationBySerialNumberOperationCompleted == null))
     {
         this.GetDeviceLocationBySerialNumberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDeviceLocationBySerialNumberOperationCompleted);
     }
     this.InvokeAsync("GetDeviceLocationBySerialNumber", new object[] {
             GetDeviceLocationBySerialNumber1}, this.GetDeviceLocationBySerialNumberOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetDeviceLocationBySerialNumber(DeviceSNumberMethodArgs GetDeviceLocationBySerialNumber1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetDeviceLocationBySerialNumber", new object[] {
             GetDeviceLocationBySerialNumber1}, callback, asyncState);
 }