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

Inheritance: IHostProxy, IStandInStub
Show file Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
SendToHost ( HostInput input ) : void

Private Methods

Method Description
Process_output_from_host ( object pubnubMsg ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PubnubStandInTransceiver() public method

public PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
credentials PubnubCredentials
hostChannel string
return System

SendToHost() public method

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