Beispiel #1
0
 /// <remarks/>
 public void addSpaceGroupAsync(string in0, RemoteSpaceGroup in1) {
     this.addSpaceGroupAsync(in0, in1, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void addSpaceGroupAsync(string in0, RemoteSpaceGroup in1, object userState) {
     if ((this.addSpaceGroupOperationCompleted == null)) {
         this.addSpaceGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddSpaceGroupOperationCompleted);
     }
     this.InvokeAsync("addSpaceGroup", new object[] {
                 in0,
                 in1}, this.addSpaceGroupOperationCompleted, userState);
 }
Beispiel #3
0
 public RemoteSpaceGroup addSpaceGroup(string in0, RemoteSpaceGroup in1) {
     object[] results = this.Invoke("addSpaceGroup", new object[] {
                 in0,
                 in1});
     return ((RemoteSpaceGroup)(results[0]));
 }