Example #1
0
 /// <remarks/>
 public void SetPartnerUserLocationAsync(SetPartnerUserLocationRequest req) {
     this.SetPartnerUserLocationAsync(req, null);
 }
Example #2
0
 /// <remarks/>
 public void SetPartnerUserLocationAsync(SetPartnerUserLocationRequest req, object userState) {
     if ((this.SetPartnerUserLocationOperationCompleted == null)) {
         this.SetPartnerUserLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetPartnerUserLocationOperationCompleted);
     }
     this.InvokeAsync("SetPartnerUserLocation", new object[] {
                 req}, this.SetPartnerUserLocationOperationCompleted, userState);
 }
Example #3
0
 public SetPartnerUserLocationResponse SetPartnerUserLocation(SetPartnerUserLocationRequest req) {
     object[] results = this.Invoke("SetPartnerUserLocation", new object[] {
                 req});
     return ((SetPartnerUserLocationResponse)(results[0]));
 }