Click or drag to resize
Akka.NETEventFilterFactory.CreateMessageMatcher Method
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected static IStringMatcher CreateMessageMatcher(
	string message,
	string start,
	string contains
)

Parameters

message
Type: System.String
TBD
start
Type: System.String
TBD
contains
Type: System.String
TBD

Return Value

Type: IStringMatcher
TBD
See Also