| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
RetryAdvice.GetMatchForActionExpression Method
Gets the match for action expression.
[Visual Basic]
Protected Overridable Sub GetMatchForActionExpression( _
ByVal
actionExpressionString As
String, _
ByVal
regexString As
String _
)
[C#]
protected virtual
Match GetMatchForActionExpression(
string actionExpressionString,
string regexString);
Parameters
-
actionExpressionString
- The action expression string.
-
regexString
- The regex string.
Return Value
The Match object resulting from the regular expression match.
See Also
RetryAdvice Class | Spring.Aspects Namespace