CreateSubscribeOption method
Creates an MQTT option for subscribing to a topic.
Syntax
Set
subscribeOption
= MqttFactory
.CreateSubscribeOption
()where
subscribeOption
- is the name of an MQTTSubscribeOption object or an expression that evaluates to an MQTTSubscribeOption object.MqttFactory
- is an MQTTFactory object created by Application.CreateMQTT()
.Provide Feedback