ForwarderServiceBase Members

Microsoft Robotics Class Reference

The ForwarderServiceBase type exposes the following members.

Constructors

  Name Description
Protected method ForwarderServiceBase
Initialization constructor

Methods

  Name Description
Public method 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
(Inherited from CcrServiceBase.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method ForwardDownstream
Forwards an envelope to the ToDownstreamPort or the envelope ForwardTarget if this is the end of the path
Public method ForwardUpstream
Forwards to the ToUpstreamPort
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method HandlePathAttach
Handles path attach and responds with success result
Protected method HandlePathAttachFailure
Responds with failure
Protected method InitFailure
Handles initialization failure
Protected method InitSuccess
Invoked when forwarder has succesfully attached to the path
Public method LogFailure
Writes a detailed log with information from the current envelope
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RegisterFromDownstreamHandler
Registers an optimized receiver on the FromDownstreamPort
Protected method RegisterFromUpstreamHandler
Registers an optimized receiver on the FromUpstreamPort
Protected method ReportFailure
Spawns a task that inserts an exception as an internal header of the envelope and then posts the envelope on the ReverseTarget port
Protected method Spawn(Handler)
Invoke a message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method Spawn< (Of < <' (T0> ) > > )(T0, Handler< (Of < <' (T0> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method Spawn< (Of < <' (T0, T1> ) > > )(T0, T1, Handler< (Of < <' (T0, T1> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method Spawn< (Of < <' (T0, T1, T2> ) > > )(T0, T1, T2, Handler< (Of < <' (T0, T1, T2> ) > > ))
Invoke a message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method SpawnIterator(IteratorHandler)
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method SpawnIterator< (Of < <' (T0> ) > > )(T0, IteratorHandler< (Of < <' (T0> ) > > ))
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method SpawnIterator< (Of < <' (T0, T1> ) > > )(T0, T1, IteratorHandler< (Of < <' (T0, T1> ) > > ))
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method SpawnIterator< (Of < <' (T0, T1, T2> ) > > )(T0, T1, T2, IteratorHandler< (Of < <' (T0, T1, T2> ) > > ))
Invoke an iterator-based message handler asynchronously, supplying any arguments explicitly.
(Inherited from CcrServiceBase.)
Protected method TimeoutPort(Int32)
Creates a port to receive a time signal, registers a timeout with the sequencer, supplying the private port.
(Inherited from CcrServiceBase.)
Protected method TimeoutPort(TimeSpan)
Creates a port to receive a time signal, registers a timeout with the sequencer, supplying the private port.
(Inherited from CcrServiceBase.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Node
Forwarder path node instance
Protected property TaskQueue
Dispatcher port associated with this instance. Used by Activate() calls to schedule tasks
(Inherited from CcrServiceBase.)

See Also

ForwarderServiceBase Class

Microsoft.Dss.Services.Forwarders Namespace