Share via


TeardownReceiverGroup Class

Microsoft Robotics Class Reference

Receivers that will execute one time only after all concurrent and exclusive handlers are finished. The interleave will then un register all receivers from ports and prevent any further handlers form executing. If multiple teardown receivers are present, only one will execute, the one that first has its constraints (first one that receives a message for simple receives) met.

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 TeardownReceiverGroup : InterleaveReceiverGroup

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core. . :: . .InterleaveReceiverGroup
    Microsoft.Ccr.Core..::..TeardownReceiverGroup

See Also

TeardownReceiverGroup Members

Microsoft.Ccr.Core Namespace