C# Class npantarhei.distribution.communication.local.StandInTransceiver

Inheritance: IHostProxy, IStandInStub
Exibir arquivo Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SendToHost ( HostInput input ) : void

Private Methods

Method Description
ChannelFromHost ( HostOutput output ) : void
StandInTransceiver ( string standInStandInName, string hostName, HostInput>.Action channelToHost ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SendToHost() public method

public SendToHost ( HostInput input ) : void
input npantarhei.distribution.contract.messagetypes.HostInput
return void