Click or drag to resize

InstanceStateKind Fields

The InstanceStateKind type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAliveInstanceState
Indicates that:
  • Samples have been received for the instance
  • There are live DataWriter entities writing the instance
  • The instance has not been explicitly disposed (or else more samples have been received after it was disposed)
Public fieldStatic memberNotAliveDisposedInstanceState
Indicates the instance was explicitly disposed by a DataWriter by means of the Delete operation.
Public fieldStatic memberNotAliveNoWritersInstanceState
Indicates the instance has been declared as not-alive by the DataReader because it detected that there are no live DataWriter entities writing that instance.
Top
See Also