C# 클래스 RavenFS.Infrastructure.Connections.TransportState

파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
Disconnect ( string id ) : void
For ( string id ) : ConnectionState
OnIdle ( ) : void
Register ( EventsTransport transport ) : ConnectionState
Send ( Notification notification ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( string id ) : void
id string
리턴 void

For() 공개 메소드

public For ( string id ) : ConnectionState
id string
리턴 ConnectionState

OnIdle() 공개 메소드

public OnIdle ( ) : void
리턴 void

Register() 공개 메소드

public Register ( EventsTransport transport ) : ConnectionState
transport EventsTransport
리턴 ConnectionState

Send() 공개 메소드

public Send ( Notification notification ) : void
notification Notification
리턴 void