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,
	VGApplication application,
	DateTime startDate,
	DateTime endDate,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic
Public Function GetEventLogByEventId ( 
	eventId As VGEventId,
	application As VGApplication,
	startDate As DateTime,
	endDate As DateTime,
	pageIndex As Integer,
	pageSize As Integer,
	<OutAttribute> ByRef totalRecords As Integer
) As List(Of VGEventLog)

Parameters

eventId
Type: Novalys.VisualGuard.Security.Membership..::..VGEventId
eventId
application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
application
startDate
Type: System..::..DateTime
startDate (Need to be in UTC)
endDate
Type: System..::..DateTime
endDate (Need to be in UTC)
pageIndex
Type: System..::..Int32
pageIndex
pageSize
Type: System..::..Int32
pageSize
totalRecords
Type: System..::..Int32%
returns totalRecords as out parameter

Return Value

Type: List<(Of <(<'VGEventLog>)>)>

See Also