Click or drag to resize
Akka.NETKeyT  Conversion (KeyT to String)

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator string (
	Key<T> key
)

Parameters

key
Type: Akka.DistributedDataKeyT
The key to convert

Return Value

Type: String
The result of the conversion
See Also