次の方法で共有


SiloEventHubStreamConfigurator コンストラクター

定義

public SiloEventHubStreamConfigurator (string name, Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> configureServicesDelegate, Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> configureAppPartsDelegate);
new Orleans.Streams.SiloEventHubStreamConfigurator : string * Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> * Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> -> Orleans.Streams.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>>

適用対象