Click or drag to resize

DomainParticipantFactoryLookupParticipant Method

This operation retrieves a previously created DomainParticipant belonging to specified domainId.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public DomainParticipant LookupParticipant(
	int domainId
)

Parameters

domainId
Type: SystemInt32
Domain ID of the participant to lookup.

Return Value

Type: DomainParticipant
The DomainParticipant, if it exists, otherwise .
Remarks
If multiple DomainParticipant entities belonging to that domainId exist, then the operation will return one of them. It is not specified which one.
See Also