UnSubscribe Method (DALPSConnection)
- Last UpdatedApr 08, 2026
- 1 minute read
Unsubscribes from the topic.
public void UnSubscribe(
string topic,
DALPSConnection.DALPSSubscripionDelegate dalPSSubscriptionDelegateMethod,
DALPSConnection.DALPSCommandDelegate delegateMethod,
object clientObject
)
public:
void UnSubscribe(
String^ topic,
DALPSConnection.DALPSSubscripionDelegate^ dalPSSubscriptionDelegateMethod,
DALPSConnection.DALPSCommandDelegate^ delegateMethod,
Object^ clientObject
)
Parameters
- topic
- The topic string.
- dalPSSubscriptionDelegateMethod
- The callback to return the status of the UnSubscribe command.
- delegateMethod
- The DALPSConnection.DALPSCommandDelegate delegate for handling confirmation.
- clientObject
- The reference to the client object.