TailChoppingGroup Constructor (String, TimeSpan, TimeSpan) |
Creates an instance of the TailChoppingGroup.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic TailChoppingGroup(
string[] routeePaths,
TimeSpan within,
TimeSpan interval
)
Public Sub New (
routeePaths As String(),
within As TimeSpan,
interval As TimeSpan
)
public:
TailChoppingGroup(
array<String^>^ routeePaths,
TimeSpan within,
TimeSpan interval
)
new :
routeePaths : string[] *
within : TimeSpan *
interval : TimeSpan -> TailChoppingGroup
Parameters
- routeePaths
- Type: SystemString
The configured routee paths to use with this instance. - within
- Type: SystemTimeSpan
The amount of time to wait for a response. - interval
- Type: SystemTimeSpan
The interval to wait before sending to the next routee.
See Also