DiagnosticView.GetEnumerator Method

Returns an enumerator that can enumerate the diagnostic view items

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
An IEnumerator<T> object.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace