Catel.Logging.BatchLogListenerBase.WriteBatchAsync C# (CSharp) Méthode

WriteBatchAsync() protected méthode

Writes the batch of entries.
protected WriteBatchAsync ( List batchEntries ) : Task
batchEntries List The batch entries.
Résultat Task
        protected virtual Task WriteBatchAsync(List<LogBatchEntry> batchEntries)
        {
            return TaskHelper.Completed;
        }
        #endregion