C# Class SendMail, code

Summary description for SendMail
显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
SendMail ( int i, ManualResetEvent doneEvent )
ThreadPoolCallback ( Object threadContext ) : void

Method Details

SendMail() public method

public SendMail ( int i, ManualResetEvent doneEvent )
i int
doneEvent ManualResetEvent

ThreadPoolCallback() public method

public ThreadPoolCallback ( Object threadContext ) : void
threadContext Object
return void