Return list of VGEventLog by eventId for one application

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

Syntax

C#
public List<VGEventLog> GetEventLogByEventId(
	VGEventId eventId,
	VGApplication application
)
Visual Basic
Public Function GetEventLogByEventId ( 
	eventId As VGEventId,
	application As VGApplication
) As List(Of VGEventLog)

Return Value

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

See Also