Ejemplo n.º 1
0
        public virtual async Task Deactive()
        {
            var agent = GetAgent();

            if (agent != null)
            {
                await agent.Deactive();
            }
            HotfixMgr.RemoveAgentCache(this);
        }
Ejemplo n.º 2
0
        public override async Task Deactive()
        {
            await driver.DeactiveAllComps();

            HotfixMgr.RemoveAgentCache(this);
        }