Пример #1
0
 /// <remarks/>
 public System.IAsyncResult BeginaddSpace(string arg0, RemoteSpace arg1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("addSpace", new object[] {
         arg0,
         arg1
     }, callback, asyncState));
 }
Пример #2
0
        public RemoteSpace addSpace(string arg0, RemoteSpace arg1)
        {
            object[] results = this.Invoke("addSpace", new object[] {
                arg0,
                arg1
            });

            return((RemoteSpace)(results[0]));
        }