| VectorClockNodeFromHash Method |
Creates a node from its MD5 hash representation.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static VectorClockNode FromHash(
string hash
)
static member FromHash :
hash : string -> VectorClockNode
Parameters
- hash
- Type: SystemString
The hash input value.
Return Value
Type:
VectorClockNodeA Node.
See Also