Прочетете на английски Редактиране

Споделяне чрез


StreamProviderDirection Enum

Definition

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

C#
public enum StreamProviderDirection
Inheritance
StreamProviderDirection

Fields

Name Value Description
None 0

None.

ReadOnly 1

This provider can receive messages but cannot send them.

WriteOnly 2

This provider can send messages but cannot receive them.

ReadWrite 3

This provider can both send and receive messages.

Applies to

Продукт Версии
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0