Share via


Receiver Class

Microsoft Robotics Class Reference

The most basic arbiter associates a user delegate (a receiver) with a 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 class Receiver : ReceiverTask

Remarks

When a message is posted to a port with a Receiver attached, the receiver will always consume the message, create a Task with the message and user delegate as arguments and schedule the task

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core. . :: . .TaskCommon
    Microsoft.Ccr.Core.Arbiters. . :: . .ReceiverTask
      Microsoft.Ccr.Core..::..Receiver
        Microsoft.Ccr.Core. . :: . .Receiver< (Of < ( <'T> ) > ) >

See Also

Receiver Members

Microsoft.Ccr.Core Namespace