C# 클래스 npantarhei.distribution.pubnub.transceivers.PubnubHostTransceiver

상속: IHostStub, IStandInProxy
파일 보기 프로젝트 열기: ralfw/NPantaRhei 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PubnubHostTransceiver ( PubnubCredentials credentials, string channel ) : System
SendToStandIn ( HostOutput>.Tuple output ) : void

비공개 메소드들

메소드 설명
Process_input_from_standIn ( object pubnubMsg ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PubnubHostTransceiver() 공개 메소드

public PubnubHostTransceiver ( PubnubCredentials credentials, string channel ) : System
credentials PubnubCredentials
channel string
리턴 System

SendToStandIn() 공개 메소드

public SendToStandIn ( HostOutput>.Tuple output ) : void
output HostOutput>.Tuple
리턴 void