Class GetSecurityAuditLogEventArgs
Represents arguments to GetSecurityAuditLogEvent.
Inheritance
System.Object
GetSecurityAuditLogEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetSecurityAuditLogEventArgs : ServiceEventArgs<GetSecurityAuditLogRequest, GetSecurityAuditLogResponse>
Constructors
GetSecurityAuditLogEventArgs(GetSecurityAuditLogRequest)
Initializes a new instance of the GetSecurityAuditLogEventArgs class.
Declaration
public GetSecurityAuditLogEventArgs(GetSecurityAuditLogRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetSecurityAuditLogRequest | request | The request. |