Ejemplo n.º 1
0
 /// <remarks/>
 public void GetLocationAsync(LocationMethodArgs GetLocation1)
 {
     this.GetLocationAsync(GetLocation1, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetLocationAsync(LocationMethodArgs GetLocation1, object userState)
 {
     if ((this.GetLocationOperationCompleted == null))
     {
         this.GetLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLocationOperationCompleted);
     }
     this.InvokeAsync("GetLocation", new object[] {
             GetLocation1}, this.GetLocationOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetLocation(LocationMethodArgs GetLocation1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetLocation", new object[] {
             GetLocation1}, callback, asyncState);
 }