The ServiceRecordState is a 32-bit integer that is used to facilitate caching of
ServiceAttributes.
| C# | Visual Basic |
public const ServiceAttributeId ServiceRecordState
Public Const ServiceRecordState As ServiceAttributeId
[32-bit unsigned integer]
“ The ServiceRecordState is a 32-bit integer that is used to facilitate caching of ServiceAttributes. If this attribute is contained in a service record, its value is guaranteed to change when any other attribute value is added to, deleted from or changed within the service record. This permits a client to check the value of this single attribute. If its value has not changed since it was last checked, the client knows that no other attribute values within the service record have changed. ”