Property | Type | Description | |
---|---|---|---|
FindWoopsaClientAlongPath | bool | ||
GetNextChannelId | int | ||
SubscriptionPublishNotifications | void | ||
WoopsaSubscriptionChannel | System | ||
WoopsaSubscriptionChannel | System |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RegisterSubscription ( WoopsaContainer root, bool isServerSide, string woopsaPropertyPath, System.TimeSpan monitorInterval, System.TimeSpan publishInterval ) : int | ||
Stop ( ) : void | ||
UnregisterSubscription ( int subscriptionId ) : bool | ||
WaitNotification ( System.TimeSpan timeout, int lastNotificationId ) : IWoopsaNotifications |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnAfterWoopsaModelAccess ( ) : void | ||
OnBeforeWoopsaModelAccess ( ) : void |
Method | Description | |
---|---|---|
FindWoopsaClientAlongPath ( WoopsaContainer root, string path, |
||
GetNextChannelId ( ) : int | ||
SubscriptionPublishNotifications ( |
||
WoopsaSubscriptionChannel ( ) : System | ||
WoopsaSubscriptionChannel ( |
protected OnAfterWoopsaModelAccess ( ) : void | ||
return | void |
protected OnBeforeWoopsaModelAccess ( ) : void | ||
return | void |
public RegisterSubscription ( WoopsaContainer root, bool isServerSide, string woopsaPropertyPath, System.TimeSpan monitorInterval, System.TimeSpan publishInterval ) : int | ||
root | WoopsaContainer | |
isServerSide | bool | |
woopsaPropertyPath | string | |
monitorInterval | System.TimeSpan | |
publishInterval | System.TimeSpan | |
return | int |
public UnregisterSubscription ( int subscriptionId ) : bool | ||
subscriptionId | int | |
return | bool |
public WaitNotification ( System.TimeSpan timeout, int lastNotificationId ) : IWoopsaNotifications | ||
timeout | System.TimeSpan | |
lastNotificationId | int | |
return | IWoopsaNotifications |