Click or drag to resize
Akka.NETAssociationRegistryGet Method
Retrieves the specified AssociationRegistry associated with the key.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static AssociationRegistry Get(
	string key
)

Parameters

key
Type: SystemString
The registry key - see the HOCON example for details.

Return Value

Type: AssociationRegistry
An existing or new AssociationRegistry instance.
See Also