ClientBuilderExtensions.AddGatewayCountChangedHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a GatewayCountChangedHandler event handler.
public static Orleans.Hosting.IClientBuilder AddGatewayCountChangedHandler (this Orleans.Hosting.IClientBuilder builder, Orleans.GatewayCountChangedHandler handler);
static member AddGatewayCountChangedHandler : Orleans.Hosting.IClientBuilder * Orleans.GatewayCountChangedHandler -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function AddGatewayCountChangedHandler (builder As IClientBuilder, handler As GatewayCountChangedHandler) As IClientBuilder
Parameters
- builder
- IClientBuilder
- handler
- GatewayCountChangedHandler