示例#1
0
 public IAsyncResult send_sendShortMessage(AsyncCallback callback, object state, ShortMessage sm)
示例#2
0
 public IAsyncResult Begin_sendShortMessage(AsyncCallback callback, object state, ShortMessage sm)
 {
     return(send_sendShortMessage(callback, state, sm));
 }