 | VectorClock.Node.FromHash Method |
Creates a node from its MD5 hash representation.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic static VectorClock. Node FromHash(
string hash
)
static member FromHash :
hash : string -> VectorClock. Node
Parameters
- hash
- Type: System.String
The hash input value.
Return Value
Type:
VectorClock.NodeA Node.
See Also