SiloMemoryStreamConfigurator<TSerializer> Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public SiloMemoryStreamConfigurator (string name, Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> configureServicesDelegate, Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> configureAppPartsDelegate);
new Orleans.Providers.SiloMemoryStreamConfigurator<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)> : string * Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> * Action<Action<Orleans.ApplicationParts.IApplicationPartManager>> -> Orleans.Providers.SiloMemoryStreamConfigurator<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)>
Public Sub New (name As String, configureServicesDelegate As Action(Of Action(Of IServiceCollection)), configureAppPartsDelegate As Action(Of Action(Of IApplicationPartManager)))
Parâmetros
- name
- String
- configureServicesDelegate
- Action<Action<IServiceCollection>>
- configureAppPartsDelegate
- Action<Action<IApplicationPartManager>>