Click or drag to resize
Akka.NETTokenKey Method
Creates a key token with a given key.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Token Key(
	string key
)

Parameters

key
Type: SystemString
The key to associate with this token.

Return Value

Type: Token
A key token with the given key.
See Also