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

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

공개 메소드들

메소드 설명
ConnectionState ( EventsTransport eventsTransport ) : System
Disconnect ( ) : void
Reconnect ( EventsTransport transport ) : Task
Send ( Notification notification ) : Task
UnwatchCancellations ( ) : void
UnwatchConfig ( ) : void
UnwatchConflicts ( ) : void
UnwatchFolder ( string folder ) : void
UnwatchSync ( ) : void
WatchCancellations ( ) : void
WatchConfig ( ) : void
WatchConflicts ( ) : void
WatchFolder ( string folder ) : void
WatchSync ( ) : void

비공개 메소드들

메소드 설명
Enqueue ( Notification msg ) : Task
ShouldSend ( Notification notification ) : bool

메소드 상세

ConnectionState() 공개 메소드

public ConnectionState ( EventsTransport eventsTransport ) : System
eventsTransport EventsTransport
리턴 System

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Reconnect() 공개 메소드

public Reconnect ( EventsTransport transport ) : Task
transport EventsTransport
리턴 Task

Send() 공개 메소드

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

UnwatchCancellations() 공개 메소드

public UnwatchCancellations ( ) : void
리턴 void

UnwatchConfig() 공개 메소드

public UnwatchConfig ( ) : void
리턴 void

UnwatchConflicts() 공개 메소드

public UnwatchConflicts ( ) : void
리턴 void

UnwatchFolder() 공개 메소드

public UnwatchFolder ( string folder ) : void
folder string
리턴 void

UnwatchSync() 공개 메소드

public UnwatchSync ( ) : void
리턴 void

WatchCancellations() 공개 메소드

public WatchCancellations ( ) : void
리턴 void

WatchConfig() 공개 메소드

public WatchConfig ( ) : void
리턴 void

WatchConflicts() 공개 메소드

public WatchConflicts ( ) : void
리턴 void

WatchFolder() 공개 메소드

public WatchFolder ( string folder ) : void
folder string
리턴 void

WatchSync() 공개 메소드

public WatchSync ( ) : void
리턴 void