Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- handler
Type: Microsoft.Ccr.Core. . :: . .IteratorHandler< (Of < ( <'T0, T1> ) > ) >
The handler to execute
Type Parameters
- T0
The type of the first argument for the handler - T1
The type of the second argument for the handler