Click or drag to resize

VGEventLogInstanceGetAllEventLogByApplication Method (VGApplication, DateTime, DateTime, Int32, Int32, Int32)

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public List<VGEventLog> GetAllEventLogByApplication(
	VGApplication application,
	DateTime startDate,
	DateTime endDate,
	int pageIndex,
	int pageSize,
	out int totalRecords
)

Parameters

application
Type: Novalys.VisualGuard.Security.MembershipVGApplication
application
startDate
Type: SystemDateTime
startDate (Need to be in UTC)
endDate
Type: SystemDateTime
endDate (Need to be in UTC)
pageIndex
Type: SystemInt32
pageIndex
pageSize
Type: SystemInt32
pageSize
totalRecords
Type: SystemInt32
contains totalcount as out parameter

Return Value

Type: ListVGEventLog
See Also