コード例 #1
0
 public System.IAsyncResult Beginpoll(URIParameter poll, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("poll", new object[] {
                 poll}, callback, asyncState);
 }
コード例 #2
0
 public System.IAsyncResult Beginunregistered(URIParameter unregistered, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("unregistered", new object[] {
                 unregistered}, callback, asyncState);
 }
コード例 #3
0
 public System.IAsyncResult BeginregisterCallback(URIParameter registerCallback, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("registerCallback", new object[] {
                 registerCallback}, callback, asyncState);
 }