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

Inheritance: IHostStub, IStandInProxy
Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Process_input_from_standIn ( object pubnubMsg ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PubnubHostTransceiver() public méthode

public PubnubHostTransceiver ( PubnubCredentials credentials, string channel ) : System
credentials PubnubCredentials
channel string
Résultat System

SendToStandIn() public méthode

public SendToStandIn ( HostOutput>.Tuple output ) : void
output HostOutput>.Tuple
Résultat void