AppBroadcastHeartbeatRequestedEventArgs.Handled Proprietà

Definizione

Ottiene o imposta un valore che indica se l'attività in background di trasmissione è attualmente attiva.

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = appBroadcastHeartbeatRequestedEventArgs.handled;
appBroadcastHeartbeatRequestedEventArgs.handled = boolean;
Public Property Handled As Boolean

Valore della proprietà

Boolean

bool

True se l'attività in background di trasmissione è attualmente attiva; in caso contrario, false.

Requisiti Windows

Funzionalità dell'app
appBroadcast appBroadcastSettings

Commenti

Impostare questo valore su true nel gestore per l'evento HeartbeatRequested per verificare che l'attività in background di trasmissione sia attualmente attiva.

Si applica a