Amazon.DNXCore.IntegrationTests.General.TestExpire C# (CSharp) Méthode

TestExpire() private static méthode

private static TestExpire ( System.DateTime expire, bool expectFailure ) : System.Threading.Tasks.Task
expire System.DateTime
expectFailure bool
Résultat System.Threading.Tasks.Task
        private static async Task TestExpire(DateTime expire, bool expectFailure)
        {
            var creds = new ProxyRefreshingAWSCredentials(expire);
            await TestCredentials(creds, expectFailure);
        }