Click or drag to resize
Akka.NETSelectChildPattern Constructor
Initializes a new instance of the SelectChildPattern class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SelectChildPattern(
	string patternStr
)

Parameters

patternStr
Type: SystemString
The pattern string.
See Also