Search Results for

    Show / Hide Table of Contents

    Class ThreadCommunicator.Request

    Inheritance
    Object
    ThreadCommunicator.Request
    Implements
    ICommunicatorRequest
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    protected class Request : ICommunicatorRequest

    Constructors

    Request(ThreadCommunicator.SharedState, Int32, Int32, Int32)

    Declaration
    public Request(ThreadCommunicator.SharedState shared, int source, int dest, int tag)
    Parameters
    Type Name Description
    ThreadCommunicator.SharedState shared
    Int32 source
    Int32 dest
    Int32 tag

    Methods

    Test()

    Declaration
    public bool Test()
    Returns
    Type Description
    Boolean

    Wait()

    Wait for the request to complete

    Declaration
    public void Wait()

    Implements

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