Compartir a través de


ServiceClient.GetFileNotificationReceiver Método

Definición

Obtenga el objeto que FileNotificationReceiver<T> puede entregar notificaciones para las operaciones de carga de archivos. Esta llamada se realiza a través de AMQP. Para obtener más información, vea 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)

Devoluciones

Instancia de FileNotificationReceiver<T>.

Se aplica a