ConstructorStreamNamespacePredicateProvider.TryGetPredicate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the predicate matching the provided pattern. Returns false
if this provider cannot match the predicate.
public bool TryGetPredicate (string predicatePattern, out Orleans.Streams.IStreamNamespacePredicate predicate);
abstract member TryGetPredicate : string * IStreamNamespacePredicate -> bool
override this.TryGetPredicate : string * IStreamNamespacePredicate -> bool
Public Function TryGetPredicate (predicatePattern As String, ByRef predicate As IStreamNamespacePredicate) As Boolean
Parameters
- predicatePattern
- String
- predicate
- IStreamNamespacePredicate