AssociationRegistry..::..TransportsReady Method

Indicates if all given transports were successfully registered. No assications can be established between transports that are not yet registered.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public bool TransportsReady(
	params Address[] addresses
)
Public Function TransportsReady ( _
	ParamArray addresses As Address() _
) As Boolean
public:
bool^ TransportsReady(
	... array<Address^>^ addresses
)

Parameters

addresses
Type: array<Address>[]()[][]
The listen addresses of transports that participate in the test case.

Return Value

True if all transports are successfully registered.