IAuditService.SaveAudit(IEnumerable<LogData>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the audit data to the repository as implemented by the inherited class.
public:
void SaveAudit(System::Collections::Generic::IEnumerable<Microsoft::Uii::Common::Entities::LogData ^> ^ logCache);
public void SaveAudit (System.Collections.Generic.IEnumerable<Microsoft.Uii.Common.Entities.LogData> logCache);
abstract member SaveAudit : seq<Microsoft.Uii.Common.Entities.LogData> -> unit
Public Sub SaveAudit (logCache As IEnumerable(Of LogData))
Parameters
- logCache
- IEnumerable<LogData>
Specifies the list of log data.