Amido.Testing.Tests.Azure.BlobLeasingTests.When_successfully_aquiring_the_lease_and_waiting_more_than_the_maximum_stop_duration.BecauseOf C# (CSharp) Method

BecauseOf() private method

private BecauseOf ( ) : void
return void
            public void BecauseOf()
            {
                BlobStorage.AquireLease(blobSettings, maximumStopDurationEstimateSeconds);
                Thread.Sleep(TimeSpan.FromSeconds(12));
                leaseBlob.FetchAttributes();
            }
BlobLeasingTests.When_successfully_aquiring_the_lease_and_waiting_more_than_the_maximum_stop_duration