ScatterGatherFirstCompletedRoutingLogic Constructor |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ScatterGatherFirstCompletedRoutingLogic(
TimeSpan within
)
Public Sub New (
within As TimeSpan
)
public:
ScatterGatherFirstCompletedRoutingLogic(
TimeSpan within
)
new :
within : TimeSpan -> ScatterGatherFirstCompletedRoutingLogic
Parameters
- within
- Type: SystemTimeSpan
[Missing <param name="within"/> documentation for "M:Akka.Routing.ScatterGatherFirstCompletedRoutingLogic.#ctor(System.TimeSpan)"]
See Also