Share via


SpawnIterator(T0, T1) Method (T0, T1, IteratorHandler(T0, T1))

Microsoft Robotics Class Reference

Execute an iterative handler concurrently

Namespace: Microsoft.Ccr.Adapters.Asp
Assembly: Microsoft.Ccr.Adapters.IO (in Microsoft.Ccr.Adapters.IO.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

protected void SpawnIterator<T0, T1>(
    T0 t0,
    T1 t1,
    IteratorHandler<T0, T1> handler
)

Parameters

  • t0
    Type: T0
    The first argument
  • t1
    Type: T1
    The second argument

Type Parameters

  • T0
    The type of the first argument for the handler
  • T1
    The type of the second argument for the handler

See Also

CcrPage Class

SpawnIterator Overload

Microsoft.Ccr.Adapters.Asp Namespace