Example #1
0
        public async Task SetupLogUsageNotificationAsync(ILogicalLog lLog, uint PercentUsage, CancellationToken CancelToken)
        {
            Fired = false;
            await lLog.WaitCapacityNotificationAsync(PercentUsage, CancelToken);

            Fired = true;
        }