CreateUnsubscribeOption method
Creates an MQTT option for unsubscribing from a topic.
Syntax
Set
unsubOption
= MqttFactory
.CreateUnsubscribeOption
()where
unsubOption
- is the name of an MQTTUnsubscribeOption object or an expression that evaluates to an MQTTUnsubscribeOption object.MqttFactory
- is an MQTTFactory object created by Application.CreateMQTT()
.Provide Feedback