Click or drag to resize

DomainParticipantFactoryDeleteParticipant Method

Deletes an existing DomainParticipant.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode DeleteParticipant(
	DomainParticipant participant
)

Parameters

participant
Type: OpenDDSharp.DDSDomainParticipant
The DomainParticipant to be deleted.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
This operation can only be invoked if all domain entities belonging to the participant have already been deleted. Otherwise the error PreconditionNotMet is returned.
See Also