次の方法で共有


ClientBuilderExtensions.AddSqsStreams メソッド

定義

オーバーロード

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

AddSqsStreams(IClientBuilder, String, Action<SqsOptions>)

既定の設定で SQS 永続ストリームを使用するようにクラスター クライアントを構成する

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

AddSqsStreams(IClientBuilder, String, Action<SqsOptions>)

既定の設定で SQS 永続ストリームを使用するようにクラスター クライアントを構成する

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

public static Orleans.IClientBuilder AddSqsStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Streams.ClusterClientSqsStreamConfigurator> configure);
static member AddSqsStreams : Orleans.IClientBuilder * string * Action<Orleans.Streams.ClusterClientSqsStreamConfigurator> -> Orleans.IClientBuilder
<Extension()>
Public Function AddSqsStreams (builder As IClientBuilder, name As String, configure As Action(Of ClusterClientSqsStreamConfigurator)) As IClientBuilder

パラメーター

builder
IClientBuilder
name
String

適用対象

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

ソース:
ClientBuilderExtensions.cs

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

public static Orleans.IClientBuilder AddSqsStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Hosting.ClusterClientSqsStreamConfigurator> configure);
static member AddSqsStreams : Orleans.IClientBuilder * string * Action<Orleans.Hosting.ClusterClientSqsStreamConfigurator> -> Orleans.IClientBuilder
<Extension()>
Public Function AddSqsStreams (builder As IClientBuilder, name As String, configure As Action(Of ClusterClientSqsStreamConfigurator)) As IClientBuilder

パラメーター

builder
IClientBuilder
name
String

適用対象

AddSqsStreams(IClientBuilder, String, Action<SqsOptions>)

ソース:
ClientBuilderExtensions.cs
ソース:
ClientBuilderExtensions.cs
ソース:
ClientBuilderExtensions.cs

既定の設定で SQS 永続ストリームを使用するようにクラスター クライアントを構成する

public static Orleans.Hosting.IClientBuilder AddSqsStreams (this Orleans.Hosting.IClientBuilder builder, string name, Action<Orleans.Configuration.SqsOptions> configureOptions);
static member AddSqsStreams : Orleans.Hosting.IClientBuilder * string * Action<Orleans.Configuration.SqsOptions> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddSqsStreams (builder As IClientBuilder, name As String, configureOptions As Action(Of SqsOptions)) As IClientBuilder

パラメーター

builder
IClientBuilder
name
String
configureOptions
Action<SqsOptions>

適用対象

AddSqsStreams(IClientBuilder, String, Action<ClusterClientSqsStreamConfigurator>)

ソース:
ClientBuilderExtensions.cs
ソース:
ClientBuilderExtensions.cs
ソース:
ClientBuilderExtensions.cs

SQS 永続ストリームを使用するようにクラスター クライアントを構成します。

public static Orleans.Hosting.IClientBuilder AddSqsStreams (this Orleans.Hosting.IClientBuilder builder, string name, Action<Orleans.Hosting.ClusterClientSqsStreamConfigurator> configure);
static member AddSqsStreams : Orleans.Hosting.IClientBuilder * string * Action<Orleans.Hosting.ClusterClientSqsStreamConfigurator> -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddSqsStreams (builder As IClientBuilder, name As String, configure As Action(Of ClusterClientSqsStreamConfigurator)) As IClientBuilder

パラメーター

builder
IClientBuilder
name
String

適用対象

AddSqsStreams(IClientBuilder, String, Action<SqsOptions>)

ソース:
ClientBuilderExtensions.cs

既定の設定で SQS 永続ストリームを使用するようにクラスター クライアントを構成する

public static Orleans.IClientBuilder AddSqsStreams (this Orleans.IClientBuilder builder, string name, Action<Orleans.Configuration.SqsOptions> configureOptions);
static member AddSqsStreams : Orleans.IClientBuilder * string * Action<Orleans.Configuration.SqsOptions> -> Orleans.IClientBuilder
<Extension()>
Public Function AddSqsStreams (builder As IClientBuilder, name As String, configureOptions As Action(Of SqsOptions)) As IClientBuilder

パラメーター

builder
IClientBuilder
name
String
configureOptions
Action<SqsOptions>

適用対象