StreamPubSubType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the publish/subscribe system types which stream providers can use.
public enum StreamPubSubType
type StreamPubSubType =
Public Enum StreamPubSubType
- Inheritance
-
StreamPubSubType
Fields
Name | Value | Description |
---|---|---|
ExplicitGrainBasedAndImplicit | 0 | Explicit and implicit pub/sub. |
ExplicitGrainBasedOnly | 1 | Explicit pub/sub. |
ImplicitOnly | 2 | Implicit pub/sub. |