Beispiel #1
0
 /// <remarks/>
 public void GetOrgLocationAsync(GetOrgLocationRequest req) {
     this.GetOrgLocationAsync(req, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetOrgLocationAsync(GetOrgLocationRequest req, object userState) {
     if ((this.GetOrgLocationOperationCompleted == null)) {
         this.GetOrgLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrgLocationOperationCompleted);
     }
     this.InvokeAsync("GetOrgLocation", new object[] {
                 req}, this.GetOrgLocationOperationCompleted, userState);
 }
Beispiel #3
0
 public GetOrgLocationResponse GetOrgLocation(GetOrgLocationRequest req) {
     object[] results = this.Invoke("GetOrgLocation", new object[] {
                 req});
     return ((GetOrgLocationResponse)(results[0]));
 }