다음을 통해 공유


SiloBuilderReminderExtensions.UseAdoNetReminderService 메서드

정의

오버로드

UseAdoNetReminderService(IServiceCollection, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

UseAdoNetReminderService(ISiloBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

UseAdoNetReminderService(ISiloBuilder, Action<AdoNetReminderTableOptions>)

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

UseAdoNetReminderService(IServiceCollection, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAdoNetReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> configureOptions);
static member UseAdoNetReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAdoNetReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AdoNetReminderTableOptions))) As IServiceCollection

매개 변수

services
IServiceCollection

서비스 컬렉션입니다.

configureOptions
Action<OptionsBuilder<AdoNetReminderTableOptions>>

구성 대리자입니다.

반환

연결에 대해 제공된 IServiceCollection입니다.

설명

데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

적용 대상

UseAdoNetReminderService(ISiloBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

public static Orleans.Hosting.ISiloBuilder UseAdoNetReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> configureOptions);
static member UseAdoNetReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAdoNetReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AdoNetReminderTableOptions))) As ISiloBuilder

매개 변수

builder
ISiloBuilder

작성기입니다.

configureOptions
Action<OptionsBuilder<AdoNetReminderTableOptions>>

구성 대리자입니다.

반환

연결에 대해 제공된 ISiloBuilder입니다.

설명

데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

적용 대상

UseAdoNetReminderService(ISiloBuilder, Action<AdoNetReminderTableOptions>)

Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs
Source:
SiloBuilderReminderExtensions.cs

ADO.NET 사용하여 미리 알림 스토리지를 추가합니다. 데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

public static Orleans.Hosting.ISiloBuilder UseAdoNetReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.AdoNetReminderTableOptions> configureOptions);
static member UseAdoNetReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.AdoNetReminderTableOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAdoNetReminderService (builder As ISiloBuilder, configureOptions As Action(Of AdoNetReminderTableOptions)) As ISiloBuilder

매개 변수

builder
ISiloBuilder

작성기입니다.

configureOptions
Action<AdoNetReminderTableOptions>

구성 대리자입니다.

반환

연결에 대해 제공된 ISiloBuilder입니다.

설명

데이터베이스 구성에 대한 지침은 에서 http://aka.ms/orleans-sql-scripts확인할 수 있습니다.

적용 대상