OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1.PropertySystemUpdateID C# (CSharp) Метод

PropertySystemUpdateID() публичный Метод

Query the value of the SystemUpdateID property.
This function is threadsafe and can only be called if Subscribe() has been called and a first eventing callback received more recently than any call to Unsubscribe().
public PropertySystemUpdateID ( ) : uint
Результат uint
        public uint PropertySystemUpdateID()
        {
            PropertyReadLock();
            uint val = iSystemUpdateID.Value();
            PropertyReadUnlock();
            return val;
        }