DataNotificationRequestWaitTimeInMinutes Property Provincial Approach to Student Information API
(Required) The number of minutes the client will wait for changes to occur in the PASI core.

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

public int WaitTimeInMinutes { get; set; }

Property Value

Type: Int32
A value zero or greater to indicate the number of minutes before the client is willing to wait for data changes.
Remarks

If no new data is available for the client when first calling the IsDataAvailable service this is the amount of time in minutes the client is willing to wait for changes. If the client does not want to wait zero should be used. This acts as a time out value for the IsDataAvailable service operation.

Field Validation

  • This field is Required.
See Also

Reference