예제 #1
0
파일: Reference.cs 프로젝트: mo5h/omeo
 /// <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
파일: Reference.cs 프로젝트: mo5h/omeo
        public RemoteSpace addSpace(string arg0, RemoteSpace arg1)
        {
            object[] results = this.Invoke("addSpace", new object[] {
                arg0,
                arg1
            });

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