Ejemplo n.º 1
0
 /// <remarks/>
 public void GetOrgsByScopeIDAsync(GetOrgsByScopeIDRequest req) {
     this.GetOrgsByScopeIDAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetOrgsByScopeIDAsync(GetOrgsByScopeIDRequest req, object userState) {
     if ((this.GetOrgsByScopeIDOperationCompleted == null)) {
         this.GetOrgsByScopeIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrgsByScopeIDOperationCompleted);
     }
     this.InvokeAsync("GetOrgsByScopeID", new object[] {
                 req}, this.GetOrgsByScopeIDOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetOrgsByScopeIDResponse GetOrgsByScopeID(GetOrgsByScopeIDRequest req) {
     object[] results = this.Invoke("GetOrgsByScopeID", new object[] {
                 req});
     return ((GetOrgsByScopeIDResponse)(results[0]));
 }