DiagnosticView.TryGetValue Method

Gets the value associated with the specified key.

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

Syntax

public bool TryGetValue(
    string key,
    out Object value
)

Parameters

Return Value

Type: System.Boolean
true if the element with given key is found; otherwise, false.

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace