Join(T0) Method (Port(T0), Int32, VariableArgumentHandler(T0))

Microsoft Robotics Class Reference

Creates a one time Join for multiple items from the same port instance

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public static JoinSinglePortReceiver Join<T0>(
    this Port<T0> port,
    int itemCount,
    VariableArgumentHandler<T0> handler
)

Parameters

Type Parameters

  • T0
    [Missing <typeparam name="T0"/> documentation for "M:Microsoft.Ccr.Core.PortExtensions.Join``1(Microsoft.Ccr.Core.Port{``0},System.Int32,Microsoft.Ccr.Core.VariableArgumentHandler{``0})"]

Return Value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Port< (Of < ( <'T0> ) > ) >. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

PortExtensions Class

Join Overload

Microsoft.Ccr.Core Namespace