Exemplo n.º 1
0
 /// <remarks/>
 public void GetDeviceLocationByUserNameAsync(DeviceUNameMethodArgs GetDeviceLocationByUserName1)
 {
     this.GetDeviceLocationByUserNameAsync(GetDeviceLocationByUserName1, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetDeviceLocationByUserNameAsync(DeviceUNameMethodArgs GetDeviceLocationByUserName1, object userState)
 {
     if ((this.GetDeviceLocationByUserNameOperationCompleted == null))
     {
         this.GetDeviceLocationByUserNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDeviceLocationByUserNameOperationCompleted);
     }
     this.InvokeAsync("GetDeviceLocationByUserName", new object[] {
             GetDeviceLocationByUserName1}, this.GetDeviceLocationByUserNameOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetDeviceLocationByUserName(DeviceUNameMethodArgs GetDeviceLocationByUserName1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetDeviceLocationByUserName", new object[] {
             GetDeviceLocationByUserName1}, callback, asyncState);
 }