(Service) Property. Only intended for use by auto-generated proxies and providers.
One Property will be created per Property (state variable) for the Service
Inheritance: IDisposable
Ejemplo n.º 1
0
 /// <summary>
 /// Add a property to this provider
 /// </summary>
 /// <remarks>Any later updates to the value of the property will be automatically published to
 /// any subscribers</remarks>
 /// <param name="aProperty">Property being added</param>
 protected void AddProperty(OpenHome.Net.Core.Property aProperty)
 {
     iProperties.Add(aProperty);
     DvProviderAddProperty(iHandle, aProperty.Handle());
 }