Search Results for

    Show / Hide Table of Contents

    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
    public string name
    Field Value
    Type Description
    System.String

    payloadJson

    Declaration
    public string payloadJson
    Field Value
    Type Description
    System.String

    timestampMs

    Declaration
    public long timestampMs
    Field Value
    Type Description
    System.Int64

    Methods

    GetPayload<T>()

    Get the message payload

    Declaration
    public T GetPayload<T>()
    Returns
    Type Description
    T

    The payload

    Type Parameters
    Name Description
    T

    The payload type

    In This Article
    Back to top Generated by DocFX