FileNotificationReceiver<T> Clase

Definición

Contiene métodos que los servicios pueden usar para realizar operaciones de recepción de notificaciones de archivos.

public abstract class FileNotificationReceiver<T> : Microsoft.Azure.Devices.Receiver<T> where T : FileNotification
type FileNotificationReceiver<'T (requires 'T :> FileNotification)> = class
    inherit Receiver<'T (requires 'T :> FileNotification)>
Public MustInherit Class FileNotificationReceiver(Of T)
Inherits Receiver(Of T)

Parámetros de tipo

T
Herencia
FileNotificationReceiver<T>

Constructores

FileNotificationReceiver<T>()

Contiene métodos que los servicios pueden usar para realizar operaciones de recepción de notificaciones de archivos.

Métodos

AbandonAsync(T)
Obsoletos.

Devuelve un mensaje recibido a la cola.

(Heredado de Receiver<T>)
AbandonAsync(T, CancellationToken)

Devuelve un mensaje recibido a la cola.

(Heredado de Receiver<T>)
CompleteAsync(T)
Obsoletos.

Elimina un mensaje recibido de la cola.

(Heredado de Receiver<T>)
CompleteAsync(T, CancellationToken)

Elimina un mensaje recibido de la cola.

(Heredado de Receiver<T>)
ReceiveAsync()
Obsoletos.

Reciba un mensaje con el tiempo de espera predeterminado.

(Heredado de Receiver<T>)
ReceiveAsync(CancellationToken)

Recibe un mensaje.

(Heredado de Receiver<T>)
ReceiveAsync(TimeSpan)
Obsoletos.

Recibe un mensaje.

(Heredado de Receiver<T>)

Se aplica a