Click or drag to resize
Akka.NETEventFilterFactoryCreateMessageMatcher 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
)

Parameters

message
Type: SystemString
TBD
start
Type: SystemString
TBD
contains
Type: SystemString
TBD

Return Value

Type: IStringMatcher
TBD
See Also