SpawnIterator Method (DispatcherQueue, IteratorHandler)

Microsoft Robotics Class Reference

Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public static void SpawnIterator(
    this DispatcherQueue TaskQueue,
    IteratorHandler handler
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DispatcherQueue. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

DispatcherQueueExtensions Class

SpawnIterator Overload

Microsoft.Ccr.Core Namespace