DssNode Members

Microsoft Robotics Class Reference

The DssNode type exposes the following members.

Methods

  Name Description
Public method ClearForwarderCache
Clears the forwarder cache.
Public methodStatic member Connect(Int32, Int32)
Connects a DSS service using the specified HTTP and TCP ports.
Public methodStatic member Connect(Uri, Uri)
Connects the specified HTTP endpoint.
Public methodStatic member CreateInNewAppDomain
Starts a DSS node with the specified manifest path in a new AppDomain.
Public methodStatic member CreateInNewProcess
Starts a DSS node with the specified manifest path in a new process.
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 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 MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ServiceForwarder< (Of < <' (T> ) > > )() () () ()
Creates a service forwarder for the specified service type using the TCP base URI.
Public method ServiceForwarder< (Of < <' (T> ) > > )(Uri)
Creates a service forwarder for the specified service type using a service base URI.
Public method Stop
Stops the DssNode using the specified timeout.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method WaitForService
Waits for service to be available.

Properties

  Name Description
Public property HttpEndpoint
Gets the HTTP endpoint.
Public property ProcessId
Gets the process id.
Public property Queue
Gets the dispatcher queue.
Public property TcpEndpoint
Gets the TCP endpoint.

See Also

DssNode Class

Microsoft.Dss.Hosting Namespace