Share via


IWebAppBase.Swap(String) Method

Definition

Swaps the app running in the current web app / slot with the app running in the specified slot.

public void Swap (string slotName);
abstract member Swap : string -> unit
Public Sub Swap (slotName As String)

Parameters

slotName
String

The target slot to swap with. Use 'production' for the production slot.

Applies to