다음을 통해 공유


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

스트림 네임스페이스를 가져오거나 설정합니다.

적용 대상