/// <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); }
/// <remarks/> public void UpdateUserLocationAsync(UpdateUserLocationRequest UpdateUserLocationRequest) { this.UpdateUserLocationAsync(UpdateUserLocationRequest, null); }