SimpleMessageStreamConfigurator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public class SimpleMessageStreamConfigurator : Orleans.Hosting.NamedServiceConfigurator, Orleans.Hosting.ISimpleMessageStreamConfigurator
type SimpleMessageStreamConfigurator = class
inherit NamedServiceConfigurator
interface ISimpleMessageStreamConfigurator
interface INamedServiceConfigurator
Public Class SimpleMessageStreamConfigurator
Inherits NamedServiceConfigurator
Implements ISimpleMessageStreamConfigurator
- 継承
- 実装
コンストラクター
SimpleMessageStreamConfigurator(String, Action<Action<IServiceCollection>>) |
プロパティ
ConfigureDelegate |
サービスの構成に使用されるデリゲートを取得します。 (継承元 NamedServiceConfigurator) |
Name |
サービス名を取得します。 (継承元 NamedServiceConfigurator) |
拡張メソッド
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>) |
名前付きサービスのオプションを構成します。 |
ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>) |
名前付きサービスにシングルトン コンポーネントを追加します。 |
ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>) |
名前付きサービスにシングルトン コンポーネントを追加し、名前付きサービスのオプションを構成します。 |