GetLogCustomEvents Method
See Also 
SourceCode.EventBus.Management Namespace > Client Class : GetLogCustomEvents Method



customEventID
The custom event identifier.
criteria
The criteria.

Glossary Item Box

Get LogCustomEvents. LogCustomEvents is the different verions of a specific CustomEvent.

Syntax

Visual Basic (Declaration) 
Public Function GetLogCustomEvents( _
   ByVal customEventID As Integer, _
   ByVal criteria As LogCustomEventCriteria _
) As LogCustomEvents
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim customEventID As Integer
Dim criteria As LogCustomEventCriteria
Dim value As LogCustomEvents
 
value = instance.GetLogCustomEvents(customEventID, criteria)
C++/CLI 
public:
LogCustomEvents^ GetLogCustomEvents( 
   int customEventID,
   LogCustomEventCriteria^ criteria
) 

Parameters

customEventID
The custom event identifier.
criteria
The criteria.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also