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

    | Improve this Doc 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
    • githubImprove this Doc
    • 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