ServiceClient.GetFileNotificationReceiver 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í.
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
Azure SDK for .NET