Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Saves the audit data to the repository as implemented by the inherited class.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IAuditService
Dim logCache As IEnumerable(Of LogData)
instance.SaveAudit(logCache)
Syntax
'Declaration
Sub SaveAudit ( _
logCache As IEnumerable(Of LogData) _
)
void SaveAudit (
IEnumerable<LogData> logCache
)
void SaveAudit (
IEnumerable<LogData^>^ logCache
)
void SaveAudit (
IEnumerable<LogData> logCache
)
function SaveAudit (
logCache : IEnumerable<LogData>
)
Parameters
- logCache
Specifies the list of log data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IAuditService Interface
IAuditService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.