Struct SDK.ContainerMessage
A struct that defines a message to and from the container
Namespace: Trail
Assembly: Trail.dll
Syntax
public struct ContainerMessage
Fields
name
Declaration
Field Value
Type |
Description |
System.String |
|
payloadJson
Declaration
public string payloadJson
Field Value
Type |
Description |
System.String |
|
timestampMs
Declaration
Field Value
Type |
Description |
System.Int64 |
|
Methods
GetPayload<T>()
Declaration
Returns
Type |
Description |
T |
The payload
|
Type Parameters
Name |
Description |
T |
The payload type
|