OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1.PropertyContainerUpdateIDs C# (CSharp) 메소드

PropertyContainerUpdateIDs() 공개 메소드

Query the value of the ContainerUpdateIDs 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 PropertyContainerUpdateIDs ( ) : String
리턴 String
        public String PropertyContainerUpdateIDs()
        {
            PropertyReadLock();
            String val = iContainerUpdateIDs.Value();
            PropertyReadUnlock();
            return val;
        }