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



customEventID
The CustomEventID

Glossary Item Box

Get a CustomEvent

Syntax

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

Parameters

customEventID
The CustomEventID

Return Value

CustomEvent

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