AdvanceTimeImportSettings.StreamName Property

 

Gets the name of the stream that advances application time by importing the CTI events from that stream to the query.

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

Syntax

public string StreamName { get; }
public:
property String^ StreamName {
    String^ get();
}
member StreamName : string with get
Public ReadOnly Property StreamName As String

Property Value

Type: System.String

The name of the stream that advances application time.

See Also

AdvanceTimeImportSettings Class
Microsoft.ComplexEventProcessing Namespace

Return to top