Redigera

Dela via


RegexImplicitChannelSubscriptionAttribute(String) Constructor

Definition

Allows to pass a regular expression to filter stream namespaces to subscribe to.

public RegexImplicitChannelSubscriptionAttribute (string pattern);
new Orleans.RegexImplicitChannelSubscriptionAttribute : string -> Orleans.RegexImplicitChannelSubscriptionAttribute
Public Sub New (pattern As String)

Parameters

pattern
String

The stream namespace regular expression filter.

Applies to