AuditService Class
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 audit data to the server.
public ref class AuditService : Microsoft::Uii::AifServices::AifServiceBase, Microsoft::Uii::AifServices::IAuditService
public class AuditService : Microsoft.Uii.AifServices.AifServiceBase, Microsoft.Uii.AifServices.IAuditService
type AuditService = class
inherit AifServiceBase
interface IAuditService
Public Class AuditService
Inherits AifServiceBase
Implements IAuditService
- Inheritance
- Implements
Constructors
AuditService() |
Initializes a new instance of the AuditService class. |
Properties
CrmServiceClient |
Gets the Crm Service Client Instance. (Inherited from AifServiceBase) |
OrganizationServiceProxy |
Obsolete.
Gets the organization service proxy. (Inherited from AifServiceBase) |
Methods
SaveAudit(IEnumerable<LogData>) |
Saves the audit data to CRM audit entity. |