共用方式為


SimpleGeneratorOptions 類別

定義

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

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

建構函式

SimpleGeneratorOptions()

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

欄位

DEFAULT_EVENTS_IN_STREAM

要產生之事件的預設數目。

屬性

EventsInStream

取得或設定要產生的事件數目。

StreamGeneratorType

取得資料流程產生器類型

StreamNamespace

取得或設定資料流程命名空間。

適用於