共用方式為


SimpleGeneratorConfig 類別

定義

簡單產生器組態類別。 這個類別用來設定產生器資料流程提供者,以使用 SimpleGenerator 產生資料流程

[System.Serializable]
public class SimpleGeneratorConfig : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[<System.Serializable>]
type SimpleGeneratorConfig = class
    interface IStreamGeneratorConfig
Public Class SimpleGeneratorConfig
Implements IStreamGeneratorConfig
繼承
SimpleGeneratorConfig
屬性
實作

建構函式

SimpleGeneratorConfig()

簡單串流產生器的設定

屬性

EventsInStream

要在此資料流程上產生的事件 Nuber

StreamGeneratorType

資料流程產生器類型

StreamNamespace

資料流程命名空間

方法

PopulateFromProviderConfig(IProviderConfiguration)

從提供者組態填入組態的公用程式函式

WriteProperties(Dictionary<String,String>)

公用程式函式,可將組態轉換為屬性包,以用於資料流程提供者組態

適用於