EventGridEventExtensions.TryCreatePushNotification Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Intenta crear el PushNotification objeto a partir de los detalles del EventGridEvent objeto . El valor devuelto indica si la operación se realizó correctamente o no.
public static bool TryCreatePushNotification (this Azure.Messaging.EventGrid.EventGridEvent eventGridEvent, out Microsoft.Extensions.Configuration.AzureAppConfiguration.PushNotification pushNotification);
static member TryCreatePushNotification : Azure.Messaging.EventGrid.EventGridEvent * PushNotification -> bool
<Extension()>
Public Function TryCreatePushNotification (eventGridEvent As EventGridEvent, ByRef pushNotification As PushNotification) As Boolean
Parámetros
- eventGridEvent
- EventGridEvent
EventGridEvent de EventGrid
- pushNotification
- PushNotification
Si este método devuelve true, el objeto pushNotification contiene detalles rellenados desde eventGridEvent. Si este método devuelve false, el objeto pushNotification es NULL.
Devoluciones
Se aplica a
Azure SDK for .NET