InputStreamBinding.TryGetConfigInfo<TConfigInfo> Method

Returns an instance of a initialization info structure. If the underlying XML cannot be converted into this structure an exception will be thrown.

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

Syntax

public bool TryGetConfigInfo<TConfigInfo>(
    out TConfigInfo configInfo
)

Type Parameters

  • TConfigInfo
    Type of the initialization structure that is returned.

Parameters

  • configInfo
    Type: TConfigInfo%
    An instance of the configuration structure.

Return Value

Type: System.Boolean
true if a configuration structure could be retrieved; otherwise, false.

See Also

Reference

InputStreamBinding Class

Microsoft.ComplexEventProcessing Namespace