Example #1
0
 /// <remarks/>
 public void GetDeviceLocationByIpAddressAsync(DeviceIpMethodArgs GetDeviceLocationByIpAddress1)
 {
     this.GetDeviceLocationByIpAddressAsync(GetDeviceLocationByIpAddress1, null);
 }
Example #2
0
 /// <remarks/>
 public void GetDeviceLocationByIpAddressAsync(DeviceIpMethodArgs GetDeviceLocationByIpAddress1, object userState)
 {
     if ((this.GetDeviceLocationByIpAddressOperationCompleted == null))
     {
         this.GetDeviceLocationByIpAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDeviceLocationByIpAddressOperationCompleted);
     }
     this.InvokeAsync("GetDeviceLocationByIpAddress", new object[] {
             GetDeviceLocationByIpAddress1}, this.GetDeviceLocationByIpAddressOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetDeviceLocationByIpAddress(DeviceIpMethodArgs GetDeviceLocationByIpAddress1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetDeviceLocationByIpAddress", new object[] {
             GetDeviceLocationByIpAddress1}, callback, asyncState);
 }