This data contract is used to with the IsDataAvailable service allowing the client to
determine if updated data is available on the server. It contains information related to
what data the client wishes to synchronize and how long they are willing to wait for an update.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2009DataNotificationRequest
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DataNotificationRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataNotificationRequest |
Create a new instance of this class.
|
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
RegisteredNotificationTypes | (Required)
A list of types the caller wishes to synchronize with the PASI core.
| |
WaitTimeInMinutes | (Required)
The number of minutes the client will wait for changes to occur in the PASI core.
|
See Also