Click or drag to resize

FilterStreamCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(String)
Creates a stream of events of the given name.
Public methodStatic memberCreate(Filter)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
Public methodStatic memberCreate(String, Expression)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Public methodStatic memberCreate(String, String)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Public methodStatic memberCreate(Filter, String)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
Public methodStatic memberCreate(String, String, Expression)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Top
See Also