Partager via


ServiceClient.GetFileNotificationReceiver Méthode

Définition

Obtenez le qui peut remettre des FileNotificationReceiver<T> notifications pour les opérations de chargement de fichiers. Cet appel est effectué via AMQP. Pour plus d'informations, consultez https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notifications.

public virtual Microsoft.Azure.Devices.FileNotificationReceiver<Microsoft.Azure.Devices.FileNotification> GetFileNotificationReceiver ();
abstract member GetFileNotificationReceiver : unit -> Microsoft.Azure.Devices.FileNotificationReceiver<Microsoft.Azure.Devices.FileNotification>
override this.GetFileNotificationReceiver : unit -> Microsoft.Azure.Devices.FileNotificationReceiver<Microsoft.Azure.Devices.FileNotification>
Public Overridable Function GetFileNotificationReceiver () As FileNotificationReceiver(Of FileNotification)

Retours

Instance de FileNotificationReceiver<T>.

S’applique à