Click or drag to resize
Akka.NETAssociationRegistryTransportsReady Method
Indicates if all given transports were successfully registered. No associations can be established between transports that are not yet registered.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool TransportsReady(
	params Address[] addresses
)

Parameters

addresses
Type: Akka.ActorAddress
The listen addresses of transports that participate in the test case.

Return Value

Type: Boolean
True if all transports are successfully registered.
See Also