Delen via


IWebAppBase.SwapAsync(String, CancellationToken) Methode

Definitie

Hiermee wisselt u de app die wordt uitgevoerd in de huidige web-app/site met de app die wordt uitgevoerd in de opgegeven site.

public System.Threading.Tasks.Task SwapAsync(string slotName, System.Threading.CancellationToken cancellationToken = default);
abstract member SwapAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SwapAsync (slotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

slotName
String

De doelsite waarmee moet worden gewisseld. Gebruik 'productie' voor de productiesite.

cancellationToken
CancellationToken

Retouren

Van toepassing op