GetCustomEventsWithIDs Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Client Class : GetCustomEventsWithIDs Method



ids
The ids.
filter
The filter.

Glossary Item Box

Gets the custom events with i ds.

Syntax

Visual Basic (Declaration) 
Public Function GetCustomEventsWithIDs( _
   ByVal ids As String, _
   ByVal filter As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim ids As String
Dim filter As String
Dim value As String
 
value = instance.GetCustomEventsWithIDs(ids, filter)
C# 
public string GetCustomEventsWithIDs( 
   string ids,
   string filter
)
C++/CLI 
public:
String^ GetCustomEventsWithIDs( 
   String^ ids,
   String^ filter
) 

Parameters

ids
The ids.
filter
The filter.

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