PartnerCreationPolicy Enumeration
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Enumeration specifying partner service creation policy
Namespace: Microsoft.Dss.Core.Attributes
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/xw/2004/10/dssp.html")] [XmlRootAttribute("PartnerCreationPolicy", Namespace = "http://schemas.microsoft.com/xw/2004/10/dssp.html", IsNullable = false)] [DataContractAttribute(Namespace = "http://schemas.microsoft.com/xw/2004/10/dssp.html")] public enum PartnerCreationPolicy
| Member name | Value | Description | |
|---|---|---|---|
| UsePartnerListEntry | 0 | Use an existing instance of the proper service type, from the local directory. | |
| UseExisting | 1 | Use an existing instance of the proper service type, from the local directory. | |
| UseExistingOrCreate | 2 | Use an existing instance of the proper service type, from the local directory. If no instance is available, create one | |
| CreateAlways | 3 | Always create a new instance of the service |
Show: