SiloHostBuilderReminderExtensions.UseAzureTableReminderService 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
UseAzureTableReminderService(ISiloHostBuilder, String)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, string connectionString);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * string -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, connectionString As String) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
작성기입니다.
- connectionString
- String
스토리지 연결 문자열입니다.
적용 대상
UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
작성기입니다.
- configure
- Action<AzureTableReminderStorageOptions>
미리 알림 저장소를 구성하는 데 사용되는 대리자입니다.
적용 대상
UseAzureTableReminderService(ISiloHostBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloHostBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloHostBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
작성기입니다.
- configureOptions
- Action<OptionsBuilder<AzureTableReminderStorageOptions>>
구성 대리자입니다.
적용 대상
UseAzureTableReminderService(ISiloBuilder, String)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, string connectionString);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * string -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, connectionString As String) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
작성기입니다.
- connectionString
- String
스토리지 연결 문자열입니다.
적용 대상
UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
작성기입니다.
- configure
- Action<AzureTableReminderStorageOptions>
미리 알림 저장소를 구성하는 데 사용되는 대리자입니다.
적용 대상
UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configure As Action(Of AzureTableReminderStorageOptions)) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
작성기입니다.
- configure
- Action<AzureTableReminderStorageOptions>
미리 알림 저장소를 구성하는 데 사용되는 대리자입니다.
적용 대상
UseAzureTableReminderService(ISiloBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
작성기입니다.
- configureOptions
- Action<OptionsBuilder<AzureTableReminderStorageOptions>>
구성 대리자입니다.
적용 대상
UseAzureTableReminderService(ISiloBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Orleans.Hosting.ISiloBuilder UseAzureTableReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAzureTableReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
작성기입니다.
- configureOptions
- Action<OptionsBuilder<AzureTableReminderStorageOptions>>
구성 대리자입니다.
적용 대상
UseAzureTableReminderService(IServiceCollection, String)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string connectionString);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * string -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, connectionString As String) As IServiceCollection
매개 변수
- services
- IServiceCollection
서비스 컬렉션입니다.
- connectionString
- String
스토리지 연결 문자열입니다.
적용 대상
UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configure As Action(Of AzureTableReminderStorageOptions)) As IServiceCollection
매개 변수
- services
- IServiceCollection
서비스 컬렉션입니다.
- configure
- Action<AzureTableReminderStorageOptions>
미리 알림 저장소를 구성하는 데 사용되는 대리자입니다.
적용 대상
UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Configuration.AzureTableReminderStorageOptions> configure);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Configuration.AzureTableReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configure As Action(Of AzureTableReminderStorageOptions)) As IServiceCollection
매개 변수
- services
- IServiceCollection
서비스 컬렉션입니다.
- configure
- Action<AzureTableReminderStorageOptions>
미리 알림 저장소를 구성하는 데 사용되는 대리자입니다.
적용 대상
UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Reminders.AzureStorage.AzureTableReminderStorageOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As IServiceCollection
매개 변수
- services
- IServiceCollection
서비스 컬렉션입니다.
- configureOptions
- Action<OptionsBuilder<AzureTableReminderStorageOptions>>
구성 대리자입니다.
적용 대상
UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
Azure Table Storage에서 백업하는 미리 알림 스토리지를 추가합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAzureTableReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> configureOptions);
static member UseAzureTableReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AzureTableReminderStorageOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAzureTableReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AzureTableReminderStorageOptions))) As IServiceCollection
매개 변수
- services
- IServiceCollection
서비스 컬렉션입니다.
- configureOptions
- Action<OptionsBuilder<AzureTableReminderStorageOptions>>
구성 대리자입니다.