C# Class npantarhei.distribution.pubnub.transceivers.PubnubHostTransceiver

Inheritance: IHostStub, IStandInProxy
Exibir arquivo Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PubnubHostTransceiver ( PubnubCredentials credentials, string channel ) : System
SendToStandIn ( HostOutput>.Tuple output ) : void

Private Methods

Method Description
Process_input_from_standIn ( object pubnubMsg ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PubnubHostTransceiver() public method

public PubnubHostTransceiver ( PubnubCredentials credentials, string channel ) : System
credentials PubnubCredentials
channel string
return System

SendToStandIn() public method

public SendToStandIn ( HostOutput>.Tuple output ) : void
output HostOutput>.Tuple
return void