IStreamGenerator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface of generators used by the GeneratorStreamProvider. Any method of generating events must conform to this interface to be used by the GeneratorStreamProvider.
public interface IStreamGenerator
type IStreamGenerator = interface
Public Interface IStreamGenerator
Methods
Configure(IServiceProvider, IStreamGeneratorConfig) |
Configures the stream generator. |
TryReadEvents(DateTime, Int32, List<IBatchContainer>) |
Tries to get an event, if the generator is configured to generate any at this time |
TryReadEvents(DateTime, List<IBatchContainer>) |
Tries to get an evente, if the generator is configured to generate any at this time |