Share via


Implicit Conversion (Port(T) to Receiver(T))

Microsoft Robotics Class Reference

Implicitly creates a one time Receiver Arbiter registered on this port. The receiver will execute a delegate that posts an item back into the port

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 implicit operator Receiver<T> (
    Port<T> port
)

Parameters

Return Value

See Also

Port< (Of < ( <'T> ) > ) > Class

Implicit Widening Implicit Implicit Implicit Overload

Microsoft.Ccr.Core Namespace