CSharpRTMP.Common.Module.Release C# (CSharp) Метод

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

public Release ( ) : void
Результат void
        public void Release()
        {
            if (pFactory != null)
            {
                ProtocolFactoryManager.UnRegisterProtocolFactory(pFactory);
                pFactory = null;
            }
            //if (libHandler != null)
            //{
            //    AppDomain.Unload(appDomain);
            //}
        }