Share via


DispatcherQueueExtensions Members

Microsoft Robotics Class Reference

The DispatcherQueueExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member Activate< (Of < <' (T> ) > > )
Submits CCR tasks to the dispatcher port for execution. If the task was a receiver orchestration like join or choice, executing it means registering constraints on ports to guard the execution of user code
Public methodStatic member EmptyHandler< (Of < <' (T> ) > > )
An empty handler implementation that can be used in a receiver to handle a message without side effects
Public methodStatic member Spawn(DispatcherQueue, Handler)
Invoke a message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member Spawn< (Of < <' (T0> ) > > )(DispatcherQueue, T0, Handler< (Of < <' (T0> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member Spawn< (Of < <' (T0, T1> ) > > )(DispatcherQueue, T0, T1, Handler< (Of < <' (T0, T1> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member Spawn< (Of < <' (T0, T1, T2> ) > > )(DispatcherQueue, T0, T1, T2, Handler< (Of < <' (T0, T1, T2> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member SpawnIterator(DispatcherQueue, IteratorHandler)
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member SpawnIterator< (Of < <' (T0> ) > > )(DispatcherQueue, T0, IteratorHandler< (Of < <' (T0> ) > > ))
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member SpawnIterator< (Of < <' (T0, T1> ) > > )(DispatcherQueue, T0, T1, IteratorHandler< (Of < <' (T0, T1> ) > > ))
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
Public methodStatic member 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.
Public methodStatic member TimeoutPort(DispatcherQueue, Int32)
Creates a port to receive a time signal, registers a timeout with the sequencer, supplying the private port.
Public methodStatic member TimeoutPort(DispatcherQueue, TimeSpan)
Creates a port to receive a time signal, registers a timeout with the sequencer, supplying the private port.

See Also

DispatcherQueueExtensions Class

Microsoft.Ccr.Core Namespace