Exemplo n.º 1
0
 /// <remarks/>
 public void editUserAsync(string in0, RemoteUser in1, object userState) {
     if ((this.editUserOperationCompleted == null)) {
         this.editUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OneditUserOperationCompleted);
     }
     this.InvokeAsync("editUser", new object[] {
                 in0,
                 in1}, this.editUserOperationCompleted, userState);
 }
Exemplo n.º 2
0
 public bool editUser(string in0, RemoteUser in1) {
     object[] results = this.Invoke("editUser", new object[] {
                 in0,
                 in1});
     return ((bool)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void editUserAsync(string in0, RemoteUser in1) {
     this.editUserAsync(in0, in1, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void addUser1Async(string in0, RemoteUser in1, string in2, bool in3, object userState) {
     if ((this.addUser1OperationCompleted == null)) {
         this.addUser1OperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddUser1OperationCompleted);
     }
     this.InvokeAsync("addUser1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3}, this.addUser1OperationCompleted, userState);
 }
Exemplo n.º 5
0
 /// <remarks/>
 public void addUser1Async(string in0, RemoteUser in1, string in2, bool in3) {
     this.addUser1Async(in0, in1, in2, in3, null);
 }
Exemplo n.º 6
0
 public void addUser(string in0, RemoteUser in1, string in2, bool in3) {
     this.Invoke("addUser1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3});
 }
Exemplo n.º 7
0
 /// <remarks/>
 public void addUserAsync(string in0, RemoteUser in1, string in2) {
     this.addUserAsync(in0, in1, in2, null);
 }
Exemplo n.º 8
0
 public void addUser(string in0, RemoteUser in1, string in2) {
     this.Invoke("addUser", new object[] {
                 in0,
                 in1,
                 in2});
 }