C# Class Flood.Remoting.RemotingManager

Datei anzeigen Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
Process ( Message data ) : void
Process ( byte data, RemotingPeer peer ) : void
RemotingManager ( IContextLoader contextLoader ) : System.Diagnostics

Method Details

Process() public method

public Process ( Message data ) : void
data Message
return void

Process() public method

public Process ( byte data, RemotingPeer peer ) : void
data byte
peer RemotingPeer
return void

RemotingManager() public method

public RemotingManager ( IContextLoader contextLoader ) : System.Diagnostics
contextLoader IContextLoader
return System.Diagnostics