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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
SendToHost ( HostInput input ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PubnubStandInTransceiver() 공개 메소드

public PubnubStandInTransceiver ( PubnubCredentials credentials, string hostChannel ) : System
credentials PubnubCredentials
hostChannel string
리턴 System

SendToHost() 공개 메소드

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