コード例 #1
0
ファイル: NotifierService.cs プロジェクト: Cloudxtreme/doc-2
 public IAsyncResult send_sendNotice(AsyncCallback callback, object state, Notice notice)
コード例 #2
0
ファイル: NotifierService.cs プロジェクト: Cloudxtreme/doc-2
 public IAsyncResult Begin_sendNotice(AsyncCallback callback, object state, Notice notice)
 {
     return(send_sendNotice(callback, state, notice));
 }