예제 #1
0
 public IAsyncResult send_sendNotice(AsyncCallback callback, object state, Notice notice)
예제 #2
0
 public IAsyncResult Begin_sendNotice(AsyncCallback callback, object state, Notice notice)
 {
     return(send_sendNotice(callback, state, notice));
 }