Return list of VGEventLog by eventId for one application

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
)
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