C# Class RavenFS.Infrastructure.Connections.ConnectionState

Mostra file Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Enqueue ( Notification msg ) : Task
ShouldSend ( Notification notification ) : bool

Method Details

ConnectionState() public method

public ConnectionState ( EventsTransport eventsTransport ) : System
eventsTransport EventsTransport
return System

Disconnect() public method

public Disconnect ( ) : void
return void

Reconnect() public method

public Reconnect ( EventsTransport transport ) : Task
transport EventsTransport
return Task

Send() public method

public Send ( Notification notification ) : Task
notification Notification
return Task

UnwatchCancellations() public method

public UnwatchCancellations ( ) : void
return void

UnwatchConfig() public method

public UnwatchConfig ( ) : void
return void

UnwatchConflicts() public method

public UnwatchConflicts ( ) : void
return void

UnwatchFolder() public method

public UnwatchFolder ( string folder ) : void
folder string
return void

UnwatchSync() public method

public UnwatchSync ( ) : void
return void

WatchCancellations() public method

public WatchCancellations ( ) : void
return void

WatchConfig() public method

public WatchConfig ( ) : void
return void

WatchConflicts() public method

public WatchConflicts ( ) : void
return void

WatchFolder() public method

public WatchFolder ( string folder ) : void
folder string
return void

WatchSync() public method

public WatchSync ( ) : void
return void