|
DomainParticipantFactoryDeleteParticipant Method
|
Namespace:
OpenDDSharp.DDS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic ReturnCode DeleteParticipant(
DomainParticipant participant
)
Public Function DeleteParticipant (
participant As DomainParticipant
) As ReturnCode
public:
ReturnCode DeleteParticipant(
DomainParticipant^ participant
)
member DeleteParticipant :
participant : DomainParticipant -> ReturnCode
Parameters
- participant
- Type: OpenDDSharp.DDSDomainParticipant
The DomainParticipant to be deleted.
Return Value
Type:
ReturnCodeThe
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