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

Inheritance: IHostProxy, IStandInStub
Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Process_output_from_host ( object pubnubMsg ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PubnubStandInTransceiver() public méthode

public PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
credentials PubnubCredentials
hostChannel string
Résultat System

SendToHost() public méthode

public SendToHost ( HostInput input ) : void
input npantarhei.distribution.contract.messagetypes.HostInput
Résultat void