Click or drag to resize

ParticipantService Class

Singleton object to obtain the DomainParticipantFactory.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.OpenDDS.DCPSParticipantService

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class ParticipantService

The ParticipantService type exposes the following members.

Properties
  NameDescription
Public propertyDefaultDiscovery
Gets or sets the default discovery.
Public propertyStatic memberInstance
Gets the singleton instance.
Public propertyIsShutdown
Indicates if the participant has been shutdown.
Top
Methods
  NameDescription
Public methodAddDiscovery
Add a new Discovery
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDiscovery
Get the Discovery associated to the domain.
Public methodGetDomainParticipantFactory
Initialize the DDS client environment and get the DomainParticipantFactory.
Public methodGetDomainParticipantFactory(String)
Initialize the DDS client environment and get the DomainParticipantFactory. This method consumes -DCPS* and -ORB* options and their arguments.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetRepoDomain(Int32, String)
Set the discovery repository for a specifi domain id.
Public methodSetRepoDomain(Int32, String, Boolean)
Set the discovery repository for a specifi domain id.
Public methodShutdown
Stop being a participant in the service.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also