Пример #1
0
 /// <remarks/>
 public void GetDeviceLocationByMacAsync(DeviceMacMethodArgs GetDeviceLocationByMac1, object userState)
 {
     if ((this.GetDeviceLocationByMacOperationCompleted == null))
     {
         this.GetDeviceLocationByMacOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDeviceLocationByMacOperationCompleted);
     }
     this.InvokeAsync("GetDeviceLocationByMac", new object[] {
             GetDeviceLocationByMac1}, this.GetDeviceLocationByMacOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetDeviceHistoryByMacAsync(DeviceMacMethodArgs GetDeviceHistoryByMac1)
 {
     this.GetDeviceHistoryByMacAsync(GetDeviceHistoryByMac1, null);
 }
Пример #3
0
 /// <remarks/>
 public void GetDeviceLocationByMacAsync(DeviceMacMethodArgs GetDeviceLocationByMac1)
 {
     this.GetDeviceLocationByMacAsync(GetDeviceLocationByMac1, null);
 }
Пример #4
0
 /// <remarks/>
 public System.IAsyncResult BeginGetDeviceLocationByMac(DeviceMacMethodArgs GetDeviceLocationByMac1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetDeviceLocationByMac", new object[] {
             GetDeviceLocationByMac1}, callback, asyncState);
 }