IWithBackendPort<ReturnT> Interface

Definition

The stage of an update allowing to modify the backend port.

public interface IWithBackendPort<ReturnT>
type IWithBackendPort<'ReturnT> = interface
Public Interface IWithBackendPort(Of ReturnT)

Type Parameters

ReturnT

The next stage of the update.

Derived

Methods

ToBackendPort(Int32)

Specifies a backend port to send network traffic to.

Applies to