IteratorHandler(T0, T1) Delegate
Microsoft Robotics Class Reference
Closure signature for iterator-based message handler.
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public delegate IEnumerator<ITask> IteratorHandler<T0, T1>(
T0 parameter0,
T1 parameter1
)
Parameters
- parameter0
Type: T0
The 0th parameter to the message handler.
- parameter1
Type: T1
The 1th parameter to the message handler.
Type Parameters
- T0
The 0th parameter type to the message handler. - T1
The 1th parameter type to the message handler.