Microsoft.Web.Administration.IisExpressServerManager.GetPoolStateAsync C# (CSharp) Method

GetPoolStateAsync() private method

private GetPoolStateAsync ( ApplicationPool pool ) : Task
pool ApplicationPool
return Task
        internal override async Task<bool> GetPoolStateAsync(ApplicationPool pool)
        {
            return true;
        }