次の方法で共有


SiloEventHubStreamConfigurator コンストラクター

定義

オーバーロード

SiloEventHubStreamConfigurator(String, Action<Action<IServiceCollection>>)
SiloEventHubStreamConfigurator(String, Action<Action<IServiceCollection>>, Action<Action<IApplicationPartManager>>)

SiloEventHubStreamConfigurator(String, Action<Action<IServiceCollection>>)

public SiloEventHubStreamConfigurator (string name, Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> configureServicesDelegate);
new Orleans.Hosting.SiloEventHubStreamConfigurator : string * Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> -> Orleans.Hosting.SiloEventHubStreamConfigurator
Public Sub New (name As String, configureServicesDelegate As Action(Of Action(Of IServiceCollection)))

パラメーター

name
String
configureServicesDelegate
Action<Action<IServiceCollection>>

適用対象

SiloEventHubStreamConfigurator(String, Action<Action<IServiceCollection>>, Action<Action<IApplicationPartManager>>)

ソース:
EventHubStreamBuilder.cs
public SiloEventHubStreamConfigurator (string name, Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> configureServicesDelegate, Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> configureAppPartsDelegate);
new Orleans.Hosting.SiloEventHubStreamConfigurator : string * Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> * Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> -> Orleans.Hosting.SiloEventHubStreamConfigurator
Public Sub New (name As String, configureServicesDelegate As Action(Of Action(Of IServiceCollection)), configureAppPartsDelegate As Action(Of Action(Of IApplicationPartManager)))

パラメーター

name
String
configureServicesDelegate
Action<Action<IServiceCollection>>
configureAppPartsDelegate
Action<Action<IApplicationPartManager>>

適用対象