Ejemplo n.º 1
0
 /// <remarks/>
 public void UpdateUserLocationAsync(UpdateUserLocationRequest UpdateUserLocationRequest, object userState) {
     if ((this.UpdateUserLocationOperationCompleted == null)) {
         this.UpdateUserLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateUserLocationOperationCompleted);
     }
     this.InvokeAsync("UpdateUserLocation", new object[] {
                 UpdateUserLocationRequest}, this.UpdateUserLocationOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void UpdateUserLocationAsync(UpdateUserLocationRequest UpdateUserLocationRequest) {
     this.UpdateUserLocationAsync(UpdateUserLocationRequest, null);
 }