SiloConnectionOptions.ConfigureSiloOutboundConnection 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 outbound connections.
public void ConfigureSiloOutboundConnection (Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.ConfigureSiloOutboundConnection : Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub ConfigureSiloOutboundConnection (configure As Action(Of IConnectionBuilder))
Parameters
- configure
- Action<IConnectionBuilder>
The configuration delegate.