DataNotificationRequest ClassProvincial Approach to Student Information API
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

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2009DataNotificationRequest

Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class DataNotificationRequest : RequestBase

The DataNotificationRequest type exposes the following members.

Constructors

  NameDescription
Public methodDataNotificationRequest
Create a new instance of this class.
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyRegisteredNotificationTypes
(Required) A list of types the caller wishes to synchronize with the PASI core.
Public propertyWaitTimeInMinutes
(Required) The number of minutes the client will wait for changes to occur in the PASI core.
Top
See Also

Reference