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)
Syntaxbool 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:
BooleanTrue if the address was found.
See Also