QueryableXEventData Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the QueryableXEventData class with the specified value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
QueryableXEventData(String) | Initializes a new instance of the QueryableXEventData class. |
![]() |
QueryableXEventData(array<String[]) | Initializes a new instance of the QueryableXEventData class with the specified lists of file. |
![]() |
QueryableXEventData(array<String[], array<String[]) | Initializes a new instance of the QueryableXEventData class with the specified lists of file and metadata files. |
![]() |
QueryableXEventData(String, String, EventStreamSourceOptions, EventStreamCacheOptions) | Initializes a new instance of the QueryableXEventData class with the specified connection string, session name, source option and cache option. |
Top