SpawnIterator Method
Microsoft Robotics Class Reference
Overload List
Name | Description | |
---|---|---|
SpawnIterator(DispatcherQueue, IteratorHandler) |
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
|
|
SpawnIterator< (Of < <' (T0> ) > > )(DispatcherQueue, T0, IteratorHandler< (Of < <' (T0> ) > > )) |
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
|
|
SpawnIterator< (Of < <' (T0, T1> ) > > )(DispatcherQueue, T0, T1, IteratorHandler< (Of < <' (T0, T1> ) > > )) |
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
|
|
SpawnIterator< (Of < <' (T0, T1, T2> ) > > )(DispatcherQueue, T0, T1, T2, IteratorHandler< (Of < <' (T0, T1, T2> ) > > )) |
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
|
See Also
DispatcherQueueExtensions Class