共用方式為


IAzureQueueStreamConfigurator 介面

定義

public interface IAzureQueueStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IAzureQueueStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IAzureQueueStreamConfigurator
Implements INamedServiceConfigurator
衍生
實作

屬性

ConfigureDelegate

取得用來設定服務的委派。

(繼承來源 INamedServiceConfigurator)
Name

取得服務名稱。

(繼承來源 INamedServiceConfigurator)

擴充方法

ConfigureAzureQueue(IAzureQueueStreamConfigurator, Action<OptionsBuilder<AzureQueueOptions>>)
ConfigureQueueDataAdapter(IAzureQueueStreamConfigurator, Func<IServiceProvider,String,IQueueDataAdapter<String,IBatchContainer>>)
ConfigureQueueDataAdapter<TQueueDataAdapter>(IAzureQueueStreamConfigurator)
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

設定具名服務的選項。

ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>)

將單一元件新增至具名服務。

ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)

將單一元件新增至具名服務,並設定具名服務的選項。

ConfigureLifecycle<T>(INamedServiceConfigurator)

適用於