Visual Basic (Declaration) | |
---|---|
Public Function GetLogCustomEvents( _ ByVal customEventID As Integer, _ ByVal criteria As LogCustomEventCriteria _ ) As LogCustomEvents |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Client Dim customEventID As Integer Dim criteria As LogCustomEventCriteria Dim value As LogCustomEvents value = instance.GetLogCustomEvents(customEventID, criteria) |
C# | |
---|---|
public LogCustomEvents GetLogCustomEvents( int customEventID, LogCustomEventCriteria criteria ) |
C++/CLI | |
---|---|
public: LogCustomEvents^ GetLogCustomEvents( int customEventID, LogCustomEventCriteria^ criteria ) |
Parameters
- customEventID
- The custom event identifier.
- criteria
- The criteria.
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