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> のインスタンス。

適用対象