RaumfeldNET.MediaServerManager.contentDirectory_onStateVariableContainerUpdateIds C# (CSharp) Метод

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

public contentDirectory_onStateVariableContainerUpdateIds ( CpContentDirectory _contentDirectory, string _value ) : void
_contentDirectory RaumfeldNET.UPNP.CpContentDirectory
_value string
Результат void
        void contentDirectory_onStateVariableContainerUpdateIds(CpContentDirectory _contentDirectory, string _value)
        {
            // zone title list may be update. So call some method on the manager to let him do his work
            Global.getZoneTitleListManager().retrieveListByContainerUpdateId(_value);
        }