Spring GemFire 1.0.1 API Reference

RegexInterest Constructor

Initializes a new instance of the RegexInterest class.

[Visual Basic]
Public Overloads Sub New( _
   ByVal regex As String, _
   ByVal policy As InterestResultPolicy _
)
[C#]
RegexInterest(
   string regex,
   InterestResultPolicy policy
);

Parameters

regex
The regex.
policy
The policy.

See Also

RegexInterest Class | Spring.Data.GemFire Namespace | RegexInterest Constructor Overload List