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



logCustomEventID
The log custom event identifier.

Glossary Item Box

Get a LogCustomEvent. This is a specific version of a spesific CustomEvent.

Syntax

Visual Basic (Declaration) 
Public Function GetLogCustomEvent( _
   ByVal logCustomEventID As Integer _
) As LogCustomEvent
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim logCustomEventID As Integer
Dim value As LogCustomEvent
 
value = instance.GetLogCustomEvent(logCustomEventID)
C# 
public LogCustomEvent GetLogCustomEvent( 
   int logCustomEventID
)
C++/CLI 
public:
LogCustomEvent^ GetLogCustomEvent( 
   int logCustomEventID
) 

Parameters

logCustomEventID
The log custom event identifier.

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