共用方式為


IStreamGenerator 介面

定義

GeneratorStreamProvider 所使用的產生器的介面。 產生事件的任何方法都必須符合 GeneratorStreamProvider 要使用的這個介面。

public interface IStreamGenerator
type IStreamGenerator = interface
Public Interface IStreamGenerator

方法

Configure(IServiceProvider, IStreamGeneratorConfig)

設定資料流程產生器。

TryReadEvents(DateTime, Int32, List<IBatchContainer>)

如果產生器設定為此時產生任何事件,則嘗試取得事件

TryReadEvents(DateTime, List<IBatchContainer>)

如果產生器設定為此時產生任何事件,則嘗試取得事件

適用於