IStreamGenerator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
GeneratorStreamProvider 所使用的產生器的介面。 產生事件的任何方法都必須符合 GeneratorStreamProvider 要使用的這個介面。
public interface IStreamGenerator
type IStreamGenerator = interface
Public Interface IStreamGenerator
方法
Configure(IServiceProvider, IStreamGeneratorConfig) |
設定資料流程產生器。 |
TryReadEvents(DateTime, Int32, List<IBatchContainer>) |
如果產生器設定為此時產生任何事件,則嘗試取得事件 |
TryReadEvents(DateTime, List<IBatchContainer>) |
如果產生器設定為此時產生任何事件,則嘗試取得事件 |