Search Results for

    Show / Hide Table of Contents

    Class GetMessagesModel

    Inheritance
    object
    RequestModel
    GetMessagesModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class GetMessagesModel : RequestModel

    Properties

    | Edit this page View Source

    Channel

    Specifies the channel, whose messages you would like to retrieve. If not set, messages from all channels will be returned.

    Declaration
    public string Channel { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Time

    Allows you to retrieve only those messages that were created after a certain Time (strictly greater than), eg. the last time you contacted the server. The format is unix timestamp. If no time is specified, all messages will be returned.

    Declaration
    public long Time { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB