Property | Type | Description | |
---|---|---|---|
Channel_AfterWoopsaModelAccess | void | ||
Channel_BeforeWoopsaModelAccess | void | ||
_timerCheckChannelTimedOut_Elapsed | void |
Method | Description | |
---|---|---|
CreateSubscriptionChannel ( int notificationQueueSize ) : int | ||
Dispose ( ) : void | ||
RegisterSubscription ( int subscriptionChannelId, string woopsaPropertyPath, System.TimeSpan monitorInterval, System.TimeSpan publishInterval ) : int | ||
Terminate ( ) : void | ||
UnregisterSubscription ( int subscriptionChannel, int subscriptionId ) : bool | ||
WaitNotification ( int subscriptionChannel, int lastNotificationId ) : |
||
WoopsaSubscriptionServiceImplementation ( WoopsaContainer root, bool isServerSide ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnAfterWoopsaModelAccess ( ) : void | ||
OnBeforeWoopsaModelAccess ( ) : void |
Method | Description | |
---|---|---|
Channel_AfterWoopsaModelAccess ( object sender, |
||
Channel_BeforeWoopsaModelAccess ( object sender, |
||
_timerCheckChannelTimedOut_Elapsed ( object sender, |
public CreateSubscriptionChannel ( int notificationQueueSize ) : int | ||
notificationQueueSize | int | |
return | int |
protected OnAfterWoopsaModelAccess ( ) : void | ||
return | void |
protected OnBeforeWoopsaModelAccess ( ) : void | ||
return | void |
public RegisterSubscription ( int subscriptionChannelId, string woopsaPropertyPath, System.TimeSpan monitorInterval, System.TimeSpan publishInterval ) : int | ||
subscriptionChannelId | int | |
woopsaPropertyPath | string | |
monitorInterval | System.TimeSpan | |
publishInterval | System.TimeSpan | |
return | int |
public UnregisterSubscription ( int subscriptionChannel, int subscriptionId ) : bool | ||
subscriptionChannel | int | |
subscriptionId | int | |
return | bool |
public WaitNotification ( int subscriptionChannel, int lastNotificationId ) : |
||
subscriptionChannel | int | |
lastNotificationId | int | |
return |
public WoopsaSubscriptionServiceImplementation ( WoopsaContainer root, bool isServerSide ) : System | ||
root | WoopsaContainer | |
isServerSide | bool | |
return | System |