AlternateServicePortAttribute Class

Microsoft Robotics Class Reference

The AlternateServicePort attribute decorates the alternate contract port(s) where inbound messages will be delivered to an alternate contract.

Namespace: Microsoft.Dss.Core.Attributes
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[AttributeUsageAttribute(AttributeTargets.Field, Inherited = true, AllowMultiple = true)]
public sealed class AlternateServicePortAttribute : ServicePortAttribute

Remarks

The activation processes will reflect on the service for this port and use it when binding to the forwarder subpath. The Dssp forwarder reflects on the port generic types to determine what Dssp actions are valid on this service.

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.Dss.Core.Attributes. . :: . .ServicePortAttribute
      Microsoft.Dss.Core.Attributes..::..AlternateServicePortAttribute

See Also

AlternateServicePortAttribute Members

Microsoft.Dss.Core.Attributes Namespace