Ejemplo n.º 1
0
 /// <remarks/>
 public void AddScopeOrgAsync(AddScopeOrgRequest req) {
     this.AddScopeOrgAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void AddScopeOrgAsync(AddScopeOrgRequest req, object userState) {
     if ((this.AddScopeOrgOperationCompleted == null)) {
         this.AddScopeOrgOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddScopeOrgOperationCompleted);
     }
     this.InvokeAsync("AddScopeOrg", new object[] {
                 req}, this.AddScopeOrgOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public AddScopeOrgResponse AddScopeOrg(AddScopeOrgRequest req) {
     object[] results = this.Invoke("AddScopeOrg", new object[] {
                 req});
     return ((AddScopeOrgResponse)(results[0]));
 }