Method | Description | |
---|---|---|
Initialize ( IApplicationHost host, IOptions options ) : void | ||
ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
StartProcessing ( ) : void | ||
StopProcessing ( ) : void |
public abstract Initialize ( IApplicationHost host, IOptions options ) : void | ||
host | IApplicationHost | |
options | IOptions | |
return | void |
public abstract ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
endpoint | IEndpoint | |
data | byte | |
return | void |