Exemplo n.º 1
0
 /// <remarks/>
 public void ChangeGroupStatusAsync(AuthorizationType Authorization, ChangeGroupStatusType parameters) {
     this.ChangeGroupStatusAsync(Authorization, parameters, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void ChangeGroupStatusAsync(AuthorizationType Authorization, ChangeGroupStatusType parameters, object userState) {
     if ((this.ChangeGroupStatusOperationCompleted == null)) {
         this.ChangeGroupStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeGroupStatusOperationCompleted);
     }
     this.InvokeAsync("ChangeGroupStatus", new object[] {
                 Authorization,
                 parameters}, this.ChangeGroupStatusOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public StandardResponseType ChangeGroupStatus(AuthorizationType Authorization, ChangeGroupStatusType parameters) {
     object[] results = this.Invoke("ChangeGroupStatus", new object[] {
                 Authorization,
                 parameters});
     return ((StandardResponseType)(results[0]));
 }