ClientBuilderExtensions.AddClusterConnectionLostHandler メソッド

定義

イベント ハンドラーを ConnectionToClusterLostHandler 登録します。

public static Orleans.Hosting.IClientBuilder AddClusterConnectionLostHandler (this Orleans.Hosting.IClientBuilder builder, Orleans.ConnectionToClusterLostHandler handler);
static member AddClusterConnectionLostHandler : Orleans.Hosting.IClientBuilder * Orleans.ConnectionToClusterLostHandler -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddClusterConnectionLostHandler (builder As IClientBuilder, handler As ConnectionToClusterLostHandler) As IClientBuilder

パラメーター

builder
IClientBuilder

ビルダー。

handler
ConnectionToClusterLostHandler

ハンドラー。

戻り値

ビルダー。

適用対象