PropsRouterConfig Property |
Gets or sets the router configuration.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic RouterConfig RouterConfig { get; }
Public ReadOnly Property RouterConfig As RouterConfig
Get
public:
property RouterConfig^ RouterConfig {
RouterConfig^ get ();
}
member RouterConfig : RouterConfig with get
Property Value
Type:
RouterConfigThe router configuration.
See Also