次の方法で共有


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

ビルダー。

適用対象