Search Results for

    Show / Hide Table of Contents

    Class EventArgsLiveStreamMessage

    Inheritance
    object
    EventArgs
    EventArgsLiveStreamMessage
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class EventArgsLiveStreamMessage : EventArgs

    Properties

    Channel

    Declaration
    public IChannel Channel { get; set; }
    Property Value
    IChannel

    Created

    Declaration
    public DateTime Created { get; set; }
    Property Value
    DateTime

    Message

    Declaration
    public LiveStreamMessage Message { get; set; }
    Property Value
    LiveStreamMessage

    Received

    Declaration
    public DateTime Received { get; set; }
    Property Value
    DateTime

    Tag

    Declaration
    public ulong Tag { get; set; }
    Property Value
    ulong

    Methods

    Ack()

    Declaration
    public Task Ack()
    Returns
    Task

    Nack(bool)

    Declaration
    public Task Nack(bool requeue = false)
    Parameters
    bool requeue

    Returns
    Task

    Back to top Generated by DocFX