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

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

Set a delegate to be run when the A_ARG_TYPE_Scope state variable changes.
Callbacks may be run in different threads but callbacks for a CpProxyUpnpOrgContentDirectory1 instance will not overlap.
public SetPropertyA_ARG_TYPE_ScopeChanged ( System aA_ARG_TYPE_ScopeChanged ) : void
aA_ARG_TYPE_ScopeChanged System The delegate to run when the state variable changes
Результат void
        public void SetPropertyA_ARG_TYPE_ScopeChanged(System.Action aA_ARG_TYPE_ScopeChanged)
        {
            lock (iPropertyLock)
            {
                iA_ARG_TYPE_ScopeChanged = aA_ARG_TYPE_ScopeChanged;
            }
        }