State Class

Microsoft Robotics Class Reference

Service State

Namespace:  Microsoft.Dss.Services.TestAggregator.Proxy
Assembly:  Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xw/2005/03/testaggregator.html")]
[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/xw/2005/03/testaggregator.html", 
    ElementName = "State")]
public class State : IDssSerializable, ICloneable
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xw/2005/03/testaggregator.html")> _
<XmlRootAttribute(Namespace := "https://schemas.microsoft.com/xw/2005/03/testaggregator.html",  _
    ElementName := "State")> _
Public Class State _
    Implements IDssSerializable, ICloneable
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/xw/2005/03/testaggregator.html")]
[XmlRootAttribute(Namespace = L"https://schemas.microsoft.com/xw/2005/03/testaggregator.html", 
    ElementName = L"State")]
public ref class State : IDssSerializable, ICloneable

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Dss.Services.TestAggregator.Proxy..::.State

See Also

State Members

Microsoft.Dss.Services.TestAggregator.Proxy Namespace