Return all VGEventLog by VGEventId,start date and end date

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public List<VGEventLog> GetEventLogByEventId(
	VGEventId eventId,
	DateTime startDate,
	DateTime endDate
)
Visual Basic
Public Function GetEventLogByEventId ( 
	eventId As VGEventId,
	startDate As DateTime,
	endDate As DateTime
) As List(Of VGEventLog)

Parameters

eventId
Type: Novalys.VisualGuard.Security.Membership..::..VGEventId
EventId
startDate
Type: System..::..DateTime
startDate (Need to be in UTC)
endDate
Type: System..::..DateTime
endDate (Need to be in UTC)

Return Value

Type: List<(Of <(<'VGEventLog>)>)>
Return a list of VGEventLog

See Also