Exemplo n.º 1
0
 /// <remarks/>
 public void GetOrgsAsync(GetOrgsRequest req) {
     this.GetOrgsAsync(req, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetOrgsAsync(GetOrgsRequest req, object userState) {
     if ((this.GetOrgsOperationCompleted == null)) {
         this.GetOrgsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrgsOperationCompleted);
     }
     this.InvokeAsync("GetOrgs", new object[] {
                 req}, this.GetOrgsOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetOrgsResponse GetOrgs(GetOrgsRequest req) {
     object[] results = this.Invoke("GetOrgs", new object[] {
                 req});
     return ((GetOrgsResponse)(results[0]));
 }