SiloEventHubStreamConfigurator Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)))
Parameter
- name
- String
- configureServicesDelegate
- Action<Action<IServiceCollection>>
Gilt für:
SiloEventHubStreamConfigurator(String, Action<Action<IServiceCollection>>, Action<Action<IApplicationPartManager>>)
- Quelle:
- 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)))
Parameter
- name
- String
- configureServicesDelegate
- Action<Action<IServiceCollection>>
- configureAppPartsDelegate
- Action<Action<IApplicationPartManager>>