SiloConnectionOptions.ConfigureSiloInboundConnection 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.
Configures silo inbound connections from other silos.
public void ConfigureSiloInboundConnection (Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.ConfigureSiloInboundConnection : Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub ConfigureSiloInboundConnection (configure As Action(Of IConnectionBuilder))
Parameters
- configure
- Action<IConnectionBuilder>
The configuration delegate.