Search Results for

    Show / Hide Table of Contents

    Interface IReceiver

    Enables message passing between components.

    Namespace: Microsoft.Psi
    Assembly: Microsoft.Psi.dll
    Syntax
    public interface IReceiver

    Properties

    View Source

    Id

    Gets receiver ID.

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    LastEnvelope

    Gets the envelope of the last message received by this receiver.

    Declaration
    Envelope LastEnvelope { get; }
    Property Value
    Type Description
    Envelope
    View Source

    Name

    Gets receiver name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    Owner

    Gets receiver owner object.

    Declaration
    object Owner { get; }
    Property Value
    Type Description
    System.Object
    View Source

    Source

    Gets receiver source emitter.

    Declaration
    IEmitter Source { get; }
    Property Value
    Type Description
    IEmitter
    View Source

    Type

    Gets receiver type.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    Extension Methods

    Serializer.DeepClone<T>(T, ref T)
    Serializer.DeepClone<T>(T, IRecyclingPool<T>)
    Serializer.DeepClone<T>(T)
    • View Source
    In This Article
    • Properties
      • Id
      • LastEnvelope
      • Name
      • Owner
      • Source
      • Type
    • Extension Methods
    Back to top Privacy & Cookies | Terms Of Use | Trademarks | © Microsoft
    Generated by DocFX