DssServiceList Class
Microsoft Robotics Studio
Keeps track of all available services
Namespace: Microsoft.Dss.Services.ContractModel
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
[SerializableAttribute]
[XmlRootAttribute("DssServiceList", Namespace = "https://schemas.microsoft.com/robotics/2006/01/contractdirectory.html",
IsNullable = false)]
public class DssServiceList : ICloneable
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("DssServiceList", Namespace := "https://schemas.microsoft.com/robotics/2006/01/contractdirectory.html", _
IsNullable := False)> _
Public Class DssServiceList _
Implements ICloneable
[SerializableAttribute]
[XmlRootAttribute(L"DssServiceList", Namespace = L"https://schemas.microsoft.com/robotics/2006/01/contractdirectory.html",
IsNullable = false)]
public ref class DssServiceList : ICloneable
Inheritance Hierarchy
System..::Object
Microsoft.Dss.Services.ContractModel..::DssServiceList
See Also
DssServiceList Members
Microsoft.Dss.Services.ContractModel Namespace