Search Results for

    Show / Hide Table of Contents

    Delegate MessageUpdatedEventHandler

    Delegate for handlers of message updated events.

    Namespace: Microsoft.ML.Probabilistic
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public delegate void MessageUpdatedEventHandler(IGeneratedAlgorithm algorithm, MessageUpdatedEventArgs messageEvent);
    Parameters
    Type Name Description
    IGeneratedAlgorithm algorithm

    The generated algorithm which is being executed

    MessageUpdatedEventArgs messageEvent

    The event object describing the message that has been computed

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.