Share via


DeferralCompletedHandler Delegato

Definizione

Rappresenta un metodo che gestisce l'evento completato di un'azione posticipata.

public delegate void DeferralCompletedHandler();
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3979518834, 62408, 20394, 156, 251, 71, 1, 72, 218, 56, 136)]
class DeferralCompletedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
[Windows.Foundation.Metadata.Guid(3979518834, 62408, 20394, 156, 251, 71, 1, 72, 218, 56, 136)]
public delegate void DeferralCompletedHandler();
var deferralCompletedHandlerHandler = function(){
/* Your code */
}
Public Delegate Sub DeferralCompletedHandler()
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (è stato introdotto in v1.0)

Commenti

Le app JavaScript non devono consentire lo spostamento prima di completare un rinvio. In questo modo un'app potrebbe arrestarsi in modo anomalo e deve essere considerata un errore di programmazione.

Si applica a

Vedi anche