Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Microsoft Robotics Class Reference
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)
Syntax
[XmlTypeAttribute(Namespace = "https://schemas.microsoft.com/xw/2004/10/dssp.html")]
[XmlRootAttribute("PartnerCreationPolicy", Namespace = "https://schemas.microsoft.com/xw/2004/10/dssp.html",
IsNullable = false)]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xw/2004/10/dssp.html")]
public enum PartnerCreationPolicy
Members
| 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 |