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 |
Method | Description | |
---|---|---|
Enqueue ( Notification msg ) : Task | ||
ShouldSend ( Notification notification ) : bool |
public ConnectionState ( EventsTransport eventsTransport ) : System | ||
eventsTransport | EventsTransport | |
return | System |
public Reconnect ( EventsTransport transport ) : Task | ||
transport | EventsTransport | |
return | Task |
public Send ( Notification notification ) : Task | ||
notification | Notification | |
return | Task |
public UnwatchFolder ( string folder ) : void | ||
folder | string | |
return | void |