ServiceStateAttribute Class

Microsoft Robotics Class Reference

This attribute should be placed on the service class field that stores service state. It makes the state instance visible to the DSS runtime so additional functionality can be exposed

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 = false)]
public sealed class ServiceStateAttribute : Attribute

Remarks

This attribute is optional

Inheritance Hierarchy

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.Dss.Core.Attributes..::..ServiceStateAttribute

See Also

ServiceStateAttribute Members

Microsoft.Dss.Core.Attributes Namespace

Microsoft.Dss.Core.Attributes. . :: . .PartnerAttribute