Method | Description | |
---|---|---|
ConnectClient ( ) : IMessagePipeEnd |
Creates and returns the client end of the pipe. Can be called multiple times for a given instance of MessagePipe, but only one end can be active at once. The existing end must be disposed before calling this method to create a new one. |
|
ConnectHost ( int pid ) : IMessagePipeEnd |
Creates and returns the host end of the pipe. Can only be called once for a given instance of MessagePipe. The returned object is owned by the pipe, and should not be disposed. |
|
MessagePipe ( ILogger logger ) : System |
Method | Description | |
---|---|---|
LogMessage ( MessageOrigin origin, byte messageData, bool replay = false ) : void |
public ConnectHost ( int pid ) : IMessagePipeEnd | ||
pid | int | |
return | IMessagePipeEnd |
public MessagePipe ( ILogger logger ) : System | ||
logger | ILogger | |
return | System |