Freigeben über


IConfigurationRefresher.ProcessPushNotification Methode

Definition

Verarbeiten Sie die Details eines PushNotification Objekts, um sicherzustellen, dass die neuesten Schlüsselwerte in der nächsten Anforderung an App Configuration bereitgestellt werden. Die nächste Anforderung wird gestellt, nachdem die zwischengespeicherten Werte als modifiziert markiert wurden.

public void ProcessPushNotification (Microsoft.Extensions.Configuration.AzureAppConfiguration.PushNotification pushNotification, TimeSpan? maxDelay = default);
abstract member ProcessPushNotification : Microsoft.Extensions.Configuration.AzureAppConfiguration.PushNotification * Nullable<TimeSpan> -> unit
Public Sub ProcessPushNotification (pushNotification As PushNotification, Optional maxDelay As Nullable(Of TimeSpan) = Nothing)

Parameter

pushNotification
PushNotification

Vollständig aufgefülltes PushNotification Objekt.

maxDelay
Nullable<TimeSpan>

Maximale Verzögerung, bevor der zwischengespeicherte Wert als modifiziert markiert wird. Der Standardwert ist 30 Sekunden.

Gilt für: