Click or drag to resize

DomainParticipantFactoryCreateParticipant Method

Overload List
  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.
Top
See Also