次の方法で共有


NamespaceManager.GetNotificationHub(String) メソッド

定義

通知ハブを取得します。

public Microsoft.Azure.NotificationHubs.NotificationHubDescription GetNotificationHub (string path);
abstract member GetNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
override this.GetNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
Public Function GetNotificationHub (path As String) As NotificationHubDescription

パラメーター

path
String

通知ハブのパス。

戻り値

通知ハブの説明オブジェクト。

実装

適用対象