Click or drag to resize

ConnectionIRegistryTryGetValue Method

Try to get the ProtocolHead for this address.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
bool TryGetValue(
	ProtocolAddress address,
	out List<ProtocolHead> heads
)

Parameters

address
Type: Demo3D.NetProtocolAddress
The canonical name of the peer.
heads
Type: System.Collections.GenericListProtocolHead
The ProtocolHeads found (or null).

Return Value

Type: Boolean
True if the address was found.
See Also