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



logCustomEventInstanceID
The log custom event instance identifier.
criteria
The criteria.

Glossary Item Box

Get all the LogCustomEventInstances by the specified logCustomEventInstanceID

Syntax

Visual Basic (Declaration) 
Public Function GetLogEventPolicyMappingInstances( _
   ByVal logCustomEventInstanceID As Integer, _
   ByVal criteria As LogEventPolicyMappingInstanceCriteria _
) As LogEventPolicyMappingInstances
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim logCustomEventInstanceID As Integer
Dim criteria As LogEventPolicyMappingInstanceCriteria
Dim value As LogEventPolicyMappingInstances
 
value = instance.GetLogEventPolicyMappingInstances(logCustomEventInstanceID, criteria)

Parameters

logCustomEventInstanceID
The log custom event instance identifier.
criteria
The criteria.

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