你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceClient.GetFileNotificationReceiver 方法

定义

FileNotificationReceiver<T>获取可以传递文件上传操作通知的 。 此调用是通过 AMQP 进行的。 有关更多信息,请参见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)

返回

FileNotificationReceiver<T> 的一个实例。

适用于