BlockingPubSubSubscription Class Properties
- Last UpdatedApr 08, 2026
- 2 minute read
For a list of all members of this type, see BlockingPubSubSubscription members.
| Name | Description | |
|---|---|---|
![]() | CanReceive | Gets a value indicating whether a synchronous/blocking receive method may be called. When false is returned, the subscription is using an asynchronous callback and synchronous/blocking receive calls are not supported. |
![]() | HasIntegrity | Gets a value indicating whether the underlying subscription was made with integrity updates requested (that is, PubSubUpdateFlag.PS_INTEGRITY). When false is returned, no integrity updates were requested (that is, PubSubUpdateFlag.PS_NO_INTEGRITY). |
![]() | ReceiveTimeout | Gets the maximum expected time span between PubSub topic messages. |
![]() | ReceiveTimeoutMilliseconds | Gets the maximum expected time span between PubSub topic messages (in milliseconds). |
![]() | Topic | Gets the PubSub topic that has been subscribed for this instance. |
