IteratorHandler(T0, T1, T2) 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, T2>(
    T0 parameter0,
    T1 parameter1,
    T2 parameter2
)

Parameters

  • parameter0
    Type: T0
    The 0th parameter to the message handler.
  • parameter1
    Type: T1
    The 1th parameter to the message handler.
  • parameter2
    Type: T2
    The 2th 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.
  • T2
    The 2th parameter type to the message handler.

See Also

Microsoft.Ccr.Core Namespace