| EventFilterFactoryCreateMessageMatcher Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected static IStringMatcher CreateMessageMatcher(
string message,
string start,
string contains
)
static member CreateMessageMatcher :
message : string *
start : string *
contains : string -> IStringMatcher
Parameters
- message
- Type: SystemString
TBD - start
- Type: SystemString
TBD - contains
- Type: SystemString
TBD
Return Value
Type:
IStringMatcherTBD
See Also