Search Results for

    Show / Hide Table of Contents

    Class MessageUpdatedEventArgs

    Provides information about a message that has just been updated, in the course of executing an inference algorithm.

    Inheritance
    Object
    EventArgs
    MessageUpdatedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class MessageUpdatedEventArgs : EventArgs

    Properties

    Message

    The message that was computed. Note: this is the actual message and not a copy, so it should not be modified.

    Declaration
    public object Message { get; }
    Property Value
    Type Description
    Object

    MessageId

    The name of the variable holding the message in the generated code.

    Declaration
    public string MessageId { get; }
    Property Value
    Type Description
    String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.