RemovePublisher Method (DALPSConnection)
- Last UpdatedApr 08, 2026
- 1 minute read
Removes this application as a publisher on a topic that it
has previously published on.
public void RemovePublisher(
string topic,
DALPSConnection.DALPSCommandDelegate delegateMethod,
object clientObject
)
public:
void RemovePublisher(
String^ topic,
DALPSConnection.DALPSCommandDelegate^ delegateMethod,
Object^ clientObject
)
Parameters
- topic
- The topic from which to remove this application as a publisher.
- delegateMethod
- The callback to return the status of the RemovePublisher command.
- clientObject
- The reference to client object.