Catel.Logging.BatchLogListenerBase.WriteBatchAsync C# (CSharp) 메소드

WriteBatchAsync() 보호된 메소드

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