Property | Type | Description | |
---|---|---|---|
ReconnectionInterval | System.TimeSpan |
Property | Type | Description | |
---|---|---|---|
CloseChannel | void | ||
CreateSubscriptionChannel | int | ||
CreateWoopsaSubscriptionServiceMethods | void | ||
EnsureServiceThreadStarted | void | ||
ExecuteNotifications | void | ||
ManageSubscriptions | void | ||
OpenChannel | void | ||
ProcessNotifications | void | ||
RegisterSubscriptions | bool | ||
RequestAllUnregistration | void | ||
RetrieveNotification | int | ||
Subscribe | |||
UnregisterLostSubscriptions | bool | ||
UnregisterSubscriptions | bool | ||
WaitNotification | |||
executeServiceNotifications | void | ||
executeServiceSubscriptions | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetFailedSubscriptions ( ) : List |
||
Subscribe ( string path, EventHandler |
||
Subscribe ( string path, EventHandler |
||
Terminate ( ) : void | ||
WoopsaClientSubscriptionChannel ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CloseChannel ( ) : void | ||
CreateSubscriptionChannel ( int notificationQueueSize ) : int | ||
CreateWoopsaSubscriptionServiceMethods ( ) : void | ||
EnsureServiceThreadStarted ( ) : void | ||
ExecuteNotifications ( |
||
ManageSubscriptions ( ) : void | ||
OpenChannel ( ) : void | ||
ProcessNotifications ( ) : void | ||
RegisterSubscriptions ( List |
||
RequestAllUnregistration ( ) : void | ||
RetrieveNotification ( |
||
Subscribe ( string servicePath, string relativePath, EventHandler |
||
UnregisterLostSubscriptions ( IEnumerable |
||
UnregisterSubscriptions ( IEnumerable |
||
WaitNotification ( int subscriptionChannel, int lastNotificationId ) : |
||
executeServiceNotifications ( ) : void | ||
executeServiceSubscriptions ( ) : void |
public Subscribe ( string path, EventHandler |
||
path | string | |
handler | EventHandler |
|
return |
public Subscribe ( string path, EventHandler |
||
path | string | |
handler | EventHandler |
|
monitorInterval | System.TimeSpan | |
publishInterval | System.TimeSpan | |
return |
public WoopsaClientSubscriptionChannel ( |
||
client | ||
woopsaRoot | ||
notificationQueueSize | int | |
return | System |