Click or drag to resize

DomainParticipantFactory Methods

The DomainParticipantFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateParticipant(Int32)
Creates a new DomainParticipant object with the default QoS policies and without listener attached.
Public methodCreateParticipant(Int32, DomainParticipantQos)
Creates a DomainParticipant with the desired QoS policies and without listener attached.
Public methodCreateParticipant(Int32, DomainParticipantListener)
Creates a new DomainParticipant with the default QoS policies and attaches to it the specified DomainParticipantListener. The specified DomainParticipantListener will be attached with the default StatusMask.
Public methodCreateParticipant(Int32, DomainParticipantQos, DomainParticipantListener)
Creates a new DomainParticipant with the desired QoS policies and attaches to it the specified DomainParticipantListener. The specified DomainParticipantListener will be attached with the default StatusMask.
Public methodCreateParticipant(Int32, DomainParticipantListener, StatusMask)
Creates a DomainParticipant with the default QoS policies and attaches to it the specified DomainParticipantListener.
Public methodCreateParticipant(Int32, DomainParticipantQos, DomainParticipantListener, StatusMask)
Creates a new DomainParticipant with the desired QoS policies and attaches to it the specified DomainParticipantListener.
Public methodDeleteParticipant
Deletes an existing DomainParticipant.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDefaultDomainParticipantQos
Gets the default value of the DomainParticipant QoS, that is, the QoS policies which will be used for newly created DomainParticipant entities in the case where the QoS policies are defaulted in the CreateParticipant operation.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetQos
This operation returns the value of the DomainParticipantFactory QoS policies.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookupParticipant
This operation retrieves a previously created DomainParticipant belonging to specified domainId.
Public methodSetDefaultDomainParticipantQos
Sets a default value of the DomainParticipant QoS policies which will be used for newly created DomainParticipant entities in the case where the QoS policies are defaulted in the CreateParticipant operation.
Public methodSetQos
Sets the value of the DomainParticipantFactory QoS policies.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also