Compartir a través de


ClientBuilderExtensions.AddClusterConnectionLostHandler Método

Definición

Registra un ConnectionToClusterLostHandler controlador de eventos.

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

Parámetros

builder
IClientBuilder

Generador.

handler
ConnectionToClusterLostHandler

Controlador.

Devoluciones

Generador.

Se aplica a