IWithListener Interface

Definition

The stage of an application gateway update allowing to modify frontend listeners.

public interface IWithListener
type IWithListener = interface
Public Interface IWithListener
Derived

Methods

DefineListener(String)

Begins the definition of a new application gateway listener to be attached to the gateway.

UpdateListener(String)

Begins the update of a listener.

WithoutListener(String)

Removes a frontend listener from the application gateway. Note that removing a listener referenced by other settings may break the application gateway.

Applies to