C# Class RavenFS.Infrastructure.Connections.ConnectionState

Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Enqueue ( Notification msg ) : Task
ShouldSend ( Notification notification ) : bool

Method Details

ConnectionState() public méthode

public ConnectionState ( EventsTransport eventsTransport ) : System
eventsTransport EventsTransport
Résultat System

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Reconnect() public méthode

public Reconnect ( EventsTransport transport ) : Task
transport EventsTransport
Résultat Task

Send() public méthode

public Send ( Notification notification ) : Task
notification Notification
Résultat Task

UnwatchCancellations() public méthode

public UnwatchCancellations ( ) : void
Résultat void

UnwatchConfig() public méthode

public UnwatchConfig ( ) : void
Résultat void

UnwatchConflicts() public méthode

public UnwatchConflicts ( ) : void
Résultat void

UnwatchFolder() public méthode

public UnwatchFolder ( string folder ) : void
folder string
Résultat void

UnwatchSync() public méthode

public UnwatchSync ( ) : void
Résultat void

WatchCancellations() public méthode

public WatchCancellations ( ) : void
Résultat void

WatchConfig() public méthode

public WatchConfig ( ) : void
Résultat void

WatchConflicts() public méthode

public WatchConflicts ( ) : void
Résultat void

WatchFolder() public méthode

public WatchFolder ( string folder ) : void
folder string
Résultat void

WatchSync() public méthode

public WatchSync ( ) : void
Résultat void