Пример #1
0
 /// <remarks/>
 public void GetUserLocationAsync(GetUserLocationRequest GetUserLocationRequest, object userState) {
     if ((this.GetUserLocationOperationCompleted == null)) {
         this.GetUserLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetUserLocationOperationCompleted);
     }
     this.InvokeAsync("GetUserLocation", new object[] {
                 GetUserLocationRequest}, this.GetUserLocationOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetUserLocationAsync(GetUserLocationRequest GetUserLocationRequest) {
     this.GetUserLocationAsync(GetUserLocationRequest, null);
 }