다음을 통해 공유


RegexStreamNamespacePredicate 클래스

정의

IStreamNamespacePredicate 정규식으로 스트림 네임스페이스를 필터링할 수 있는 구현입니다.

[System.Serializable]
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
[System.Serializable]
[Orleans.Concurrency.Immutable]
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
public class RegexStreamNamespacePredicate : Orleans.Streams.IStreamNamespacePredicate
[<System.Serializable>]
type RegexStreamNamespacePredicate = class
    interface IStreamNamespacePredicate
[<System.Serializable>]
[<Orleans.Concurrency.Immutable>]
type RegexStreamNamespacePredicate = class
    interface IStreamNamespacePredicate
type RegexStreamNamespacePredicate = class
    interface IStreamNamespacePredicate
Public Class RegexStreamNamespacePredicate
Implements IStreamNamespacePredicate
상속
RegexStreamNamespacePredicate
특성
구현

생성자

RegexStreamNamespacePredicate(Regex)

지정된 정규식을 사용하여 의 RegexStreamNamespacePredicate instance 만듭니다.

RegexStreamNamespacePredicate(String)

지정된 정규식을 사용하여 의 RegexStreamNamespacePredicate instance 만듭니다.

속성

PredicatePattern

이 instance 설명하는 데 사용되는 패턴을 반환합니다. 패턴은 각 노드의 IStreamNamespacePredicateProvider instance 의해 구문 분석됩니다.

메서드

DeepCopier(Object, ICopyContext)

IStreamNamespacePredicate 정규식으로 스트림 네임스페이스를 필터링할 수 있는 구현입니다.

Deserializer(Type, IDeserializationContext)

IStreamNamespacePredicate 정규식으로 스트림 네임스페이스를 필터링할 수 있는 구현입니다.

IsMatch(String)

소비자 조직이 지정된 네임스페이스를 구독해야 하는지를 정의합니다.

Serializer(Object, ISerializationContext, Type)

IStreamNamespacePredicate 정규식으로 스트림 네임스페이스를 필터링할 수 있는 구현입니다.

적용 대상