Compartilhar via


ServiceClient.GetFileNotificationReceiver Método

Definição

Obtenha o FileNotificationReceiver<T> que pode fornecer notificações para operações de carregamento de arquivo. Essa chamada é feita por meio do AMQP. Para obter mais informações, consulte 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)

Retornos

Uma instância de FileNotificationReceiver<T>.

Aplica-se a