public IAsyncResult send_sendNotice(AsyncCallback callback, object state, Notice notice)
public IAsyncResult Begin_sendNotice(AsyncCallback callback, object state, Notice notice) { return(send_sendNotice(callback, state, notice)); }