Edytuj

Udostępnij za pośrednictwem


ConstructorChannelNamespacePredicateProvider Class

Definition

Stream namespace predicate provider which supports objects which can be constructed and optionally accept a string as a constructor argument.

public class ConstructorChannelNamespacePredicateProvider : Orleans.BroadcastChannel.IChannelNamespacePredicateProvider
type ConstructorChannelNamespacePredicateProvider = class
    interface IChannelNamespacePredicateProvider
Public Class ConstructorChannelNamespacePredicateProvider
Implements IChannelNamespacePredicateProvider
Inheritance
ConstructorChannelNamespacePredicateProvider
Implements

Constructors

ConstructorChannelNamespacePredicateProvider()

Fields

Prefix

The prefix used to identify this predicate provider.

Methods

FormatPattern(Type, String)

Formats a stream namespace predicate which indicates a concrete IChannelNamespacePredicate type to be constructed, along with an optional argument.

TryGetPredicate(String, IChannelNamespacePredicate)

Get the predicate matching the provided pattern. Returns false if this provider cannot match the predicate.

Applies to