Represents a message for MQTT Notification Service.
See Also: Inherited members from object.
static
|
CreateBuilder
()Instantiate MqttMessage builder. MQTT Delivery is enabled by default. |
|
|
ToJson
()Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object. |
|
override
|
ToString
()Returns result of MqttMessage.ToJson as string. |
Instantiate MqttMessage builder. MQTT Delivery is enabled by default.Syntax
public static MqttMessage.Builder CreateBuilder ()Returns
Builder of the message.Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object.Syntax
public JsonOrg.JsonObject ToJson ()Returns
Represents this message.Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Returns result of MqttMessage.ToJson as string.Syntax
public override string ToString ()Returns
JSON string.Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0