Exemple #1
0
 /// <remarks/>
 public void GetScopesAsync(GetScopesRequest req) {
     this.GetScopesAsync(req, null);
 }
Exemple #2
0
 /// <remarks/>
 public void GetScopesAsync(GetScopesRequest req, object userState) {
     if ((this.GetScopesOperationCompleted == null)) {
         this.GetScopesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetScopesOperationCompleted);
     }
     this.InvokeAsync("GetScopes", new object[] {
                 req}, this.GetScopesOperationCompleted, userState);
 }
Exemple #3
0
 public GetScopesResponse GetScopes(GetScopesRequest req) {
     object[] results = this.Invoke("GetScopes", new object[] {
                 req});
     return ((GetScopesResponse)(results[0]));
 }