다음을 통해 공유


SiloBuilderReminderExtensions.AddReminders 메서드

정의

오버로드

AddReminders(IServiceCollection)

이 클라이언트에 미리 알림 지원을 추가합니다.

AddReminders(ISiloBuilder)

이 사일로에 미리 알림에 대한 지원을 추가합니다.

AddReminders(IServiceCollection)

이 클라이언트에 미리 알림 지원을 추가합니다.

public static void AddReminders (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddReminders : Microsoft.Extensions.DependencyInjection.IServiceCollection -> unit
<Extension()>
Public Sub AddReminders (services As IServiceCollection)

매개 변수

services
IServiceCollection

서비스입니다.

적용 대상

AddReminders(ISiloBuilder)

이 사일로에 미리 알림에 대한 지원을 추가합니다.

public static Orleans.Hosting.ISiloBuilder AddReminders (this Orleans.Hosting.ISiloBuilder builder);
static member AddReminders : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function AddReminders (builder As ISiloBuilder) As ISiloBuilder

매개 변수

builder
ISiloBuilder

작성기입니다.

적용 대상