Gets the configuration.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Config Config { get; }
Public ReadOnly Property Config As Config
Get
public:
property Config^ Config {
Config^ get ();
}
member Config : Config with get
Property Value
Type:
ConfigThe configuration.
See Also