Click or drag to resize
Akka.NETConfigToString Method
Converts the current configuration to a string.

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override string ToString()

Return Value

Type: String
A string containing the current configuration.
See Also