StreamProviderDirection Enum

Definition

Identifies whether a stream provider is read-only, read-write, or write-only.

public enum StreamProviderDirection
type StreamProviderDirection = 
Public Enum StreamProviderDirection
Inheritance
StreamProviderDirection

Fields

None 0

None.

ReadOnly 1

This provider can receive messages but cannot send them.

ReadWrite 3

This provider can both send and receive messages.

WriteOnly 2

This provider can send messages but cannot receive them.

Applies to