Share via


ServiceForwarder(T) Method (Uri)

Microsoft Robotics Class Reference

Creates a service forwarder for the specified service type using a service base URI.

Namespace: Microsoft.Dss.Hosting
Assembly: Microsoft.Dss.Environment (in Microsoft.Dss.Environment.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public PortSet<T, Exception> ServiceForwarder<T>(
    Uri baseUri
)
where T : class, new(), IPortSet, IPort

Parameters

Type Parameters

  • T
    Service type for which a forwarder is needed.

Return Value

A port where the service forwarder is posted once found.

See Also

DssNode Class

ServiceForwarder Overload

Microsoft.Dss.Hosting Namespace