A list of these types are sent from the client to describe the type that should be
synchronized as well as the current client PASICoreVersionHash used to detect
"out of sync" clients. The maximum version known for the type also must be provided
Inheritance Hierarchy
PASI.DataContract.V2009DataNotificationRequestTypeInfo
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DataNotificationRequestTypeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataNotificationRequestTypeInfo |
Properties
Name | Description | |
---|---|---|
MaxPASICoreVersion | (Required)
The maximum data version known from the client perspective for this type.
| |
NotificationType | (Required)
Specifies the data type the client wishes to sync with the PASI core.
| |
PASICoreVersionHash |
A MD5 hash as a hexadecimal string using all the PasiCoreVersion numbers for
this DataNotificationType as a source.
If you do not want the PASI Core to preform this check do not pass a value.
|
See Also