Search Results for

    Show / Hide Table of Contents

    Class BidiShape

    TBD

    Inheritance
    object
    BidiShape
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public static class BidiShape

    Methods

    | Edit this page View Source

    FromFlows<TIn1, TOut1, TIn2, TOut2>(FlowShape<TIn1, TOut1>, FlowShape<TIn2, TOut2>)

    TBD

    Declaration
    public static BidiShape<TIn1, TOut1, TIn2, TOut2> FromFlows<TIn1, TOut1, TIn2, TOut2>(FlowShape<TIn1, TOut1> top, FlowShape<TIn2, TOut2> bottom)
    Parameters
    Type Name Description
    FlowShape<TIn1, TOut1> top

    TBD

    FlowShape<TIn2, TOut2> bottom

    TBD

    Returns
    Type Description
    BidiShape<TIn1, TOut1, TIn2, TOut2>

    TBD

    Type Parameters
    Name Description
    TIn1

    TBD

    TOut1

    TBD

    TIn2

    TBD

    TOut2

    TBD

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET