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



logCustomEventInstanceID
The log custom event instance identifier.

Glossary Item Box

Get a LogCustomEventInstance by the specified ID

Syntax

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

Parameters

logCustomEventInstanceID
The log custom event instance 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