示例#1
0
 /// <remarks/>
 public void GetPartnerUserLocationAsync(GetPartnerUserLocationRequest req) {
     this.GetPartnerUserLocationAsync(req, null);
 }
示例#2
0
 /// <remarks/>
 public void GetPartnerUserLocationAsync(GetPartnerUserLocationRequest req, object userState) {
     if ((this.GetPartnerUserLocationOperationCompleted == null)) {
         this.GetPartnerUserLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartnerUserLocationOperationCompleted);
     }
     this.InvokeAsync("GetPartnerUserLocation", new object[] {
                 req}, this.GetPartnerUserLocationOperationCompleted, userState);
 }
示例#3
0
 public GetPartnerUserLocationResponse GetPartnerUserLocation(GetPartnerUserLocationRequest req) {
     object[] results = this.Invoke("GetPartnerUserLocation", new object[] {
                 req});
     return ((GetPartnerUserLocationResponse)(results[0]));
 }