Share via


MultipleItemReceiver Members

Microsoft Robotics Class Reference

The MultipleItemReceiver type exposes the following members.

Constructors

  Name Description
Public method MultipleItemReceiver
Initialization constructor

Methods

  Name Description
Public method Cleanup() () () ()
Cleanup
(Overrides ReceiverTask. . :: . .Cleanup() () () ().)
Public method Cleanup(ITask)
Cleanup of user task if commit through arbiter hierarchy fails
(Overrides ReceiverTask. . :: . .Cleanup(ITask).)
Public method Consume
Not implemented
(Overrides ReceiverTask. . :: . .Consume(IPortElement).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Evaluate
Not implemented
(Overrides ReceiverTask. . :: . .Evaluate(IPortElement, ITask%).)
Public method Execute
Activate task by registering receivers to each port
(Overrides ReceiverTask. . :: . .Execute() () () ().)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PartialClone
Creates new instance of receiver with the same initial parameters as current instance
Public method ToString
Human readabable description of receiver type, associated handler, nesting hierarchy and state
(Inherited from ReceiverTask.)

Properties

  Name Description
Public property Arbiter
Parent arbiter to consult before consuming a message
(Overrides ReceiverTask. . :: . .Arbiter.)
Public property ArbiterCleanupHandler
Set by a top level arbiter so it can execute logic on task completion
(Inherited from TaskCommon.)
Public property ArbiterContext
Used by parent arbiter to store context
(Inherited from ReceiverTask.)
Public property Item
Returns the arguments contained in the receiver
(Inherited from ReceiverTask.)
Public property LinkedIterator
Iterator that needs to be processed once current task completes
(Inherited from TaskCommon.)
Public property PortElementCount
Number of arguments this receiver is waiting on
(Inherited from ReceiverTask.)
Public property State
Receiver state
(Inherited from ReceiverTask.)
Public property TaskQueue
Dispatcher queue to use for scheduling any tasks
(Inherited from TaskCommon.)
Protected property UserTask
Task instance that contains the user delegate plus arguments.
(Inherited from ReceiverTask.)

See Also

MultipleItemReceiver Class

Microsoft.Ccr.Core Namespace