Share via


ServiceForwarder(T) Method

Microsoft Robotics Class Reference

Creates a service forwarder for the specified service type using the TCP 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>()
where T : class, new(), IPortSet, IPort

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