SiloBuilderExtensions.AddEventDataGeneratorStreams 方法

定义

重载

AddEventDataGeneratorStreams(ISiloBuilder, String, Action<IEventDataGeneratorStreamConfigurator>)

将孤岛配置为使用事件数据生成器流。

AddEventDataGeneratorStreams(ISiloHostBuilder, String, Action<IEventDataGeneratorStreamConfigurator>)

将孤岛配置为使用事件数据生成器流。

AddEventDataGeneratorStreams(ISiloBuilder, String, Action<IEventDataGeneratorStreamConfigurator>)

Source:
DeveloperExtensions.cs

将孤岛配置为使用事件数据生成器流。

public static Orleans.Hosting.ISiloBuilder AddEventDataGeneratorStreams (this Orleans.Hosting.ISiloBuilder builder, string name, Action<Orleans.Hosting.Developer.IEventDataGeneratorStreamConfigurator> configure);
static member AddEventDataGeneratorStreams : Orleans.Hosting.ISiloBuilder * string * Action<Orleans.Hosting.Developer.IEventDataGeneratorStreamConfigurator> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddEventDataGeneratorStreams (builder As ISiloBuilder, name As String, configure As Action(Of IEventDataGeneratorStreamConfigurator)) As ISiloBuilder

参数

builder
ISiloBuilder
name
String

返回

适用于

AddEventDataGeneratorStreams(ISiloHostBuilder, String, Action<IEventDataGeneratorStreamConfigurator>)

Source:
DeveloperExtensions.cs

将孤岛配置为使用事件数据生成器流。

public static Orleans.Hosting.ISiloHostBuilder AddEventDataGeneratorStreams (this Orleans.Hosting.ISiloHostBuilder builder, string name, Action<Orleans.Hosting.Developer.IEventDataGeneratorStreamConfigurator> configure);
static member AddEventDataGeneratorStreams : Orleans.Hosting.ISiloHostBuilder * string * Action<Orleans.Hosting.Developer.IEventDataGeneratorStreamConfigurator> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function AddEventDataGeneratorStreams (builder As ISiloHostBuilder, name As String, configure As Action(Of IEventDataGeneratorStreamConfigurator)) As ISiloHostBuilder

参数

name
String

返回

适用于