프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MessageSent |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_hostService | IApplicationHost |
메소드 | 설명 | |
---|---|---|
FileWriterEndpoint ( string filePath, bool append, |
||
Initialize ( IApplicationHost host, IOptions options ) : void | ||
ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
StartProcessing ( ) : void | ||
StopProcessing ( ) : void | ||
WaitForMessage ( int milisecondsTimeout = 1000 ) : void |
public FileWriterEndpoint ( string filePath, bool append, |
||
filePath | string | |
append | bool | |
encoding | ||
deleteOnStart | bool | |
리턴 | System.IO |
public Initialize ( IApplicationHost host, IOptions options ) : void | ||
host | IApplicationHost | |
options | IOptions | |
리턴 | void |
public ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
endpoint | IEndpoint | |
data | byte | |
리턴 | void |
public WaitForMessage ( int milisecondsTimeout = 1000 ) : void | ||
milisecondsTimeout | int | |
리턴 | void |
public ManualResetEvent,System.Threading MessageSent | ||
리턴 |