INamespaceManager Interface

Definition

Represents a namespace manager

public interface INamespaceManager
type INamespaceManager = interface
Public Interface INamespaceManager
Derived

Methods

CreateNotificationHub(NotificationHubDescription)

Creates a notification hub.

CreateNotificationHub(String)

Creates a notification hub.

CreateNotificationHubAsync(NotificationHubDescription)

Creates the notification hub asynchronously.

CreateNotificationHubAsync(NotificationHubDescription, CancellationToken)

Creates the notification hub asynchronously.

CreateNotificationHubAsync(String)

Creates a notification hub.

CreateNotificationHubAsync(String, CancellationToken)

Creates a notification hub.

DeleteNotificationHub(String)

Delete the notification hub.

DeleteNotificationHubAsync(String)

Delete the notification hub.

DeleteNotificationHubAsync(String, CancellationToken)

Delete the notification hub.

GetNotificationHub(String)

Gets the notification hub.

GetNotificationHubAsync(String)

Gets the notification hub asynchronously.

GetNotificationHubAsync(String, CancellationToken)

Gets the notification hub asynchronously.

GetNotificationHubJobAsync(String, String)

Gets the notification hub job asynchronously.

GetNotificationHubJobAsync(String, String, CancellationToken)

Gets the notification hub job asynchronously.

GetNotificationHubJobsAsync(String)

Gets the notification hub jobs asynchronously.

GetNotificationHubJobsAsync(String, CancellationToken)

Gets the notification hub jobs asynchronously.

GetNotificationHubs()

Gets the notification hubs.

GetNotificationHubsAsync()

Gets the notification hubs asynchronously.

GetNotificationHubsAsync(CancellationToken)

Gets the notification hubs asynchronously.

NotificationHubExists(String)

Checks whether a notifications hub exists.

NotificationHubExistsAsync(String)

Checks whether a notification hub exists asynchronously.

NotificationHubExistsAsync(String, CancellationToken)

Checks whether a notification hub exists asynchronously.

SubmitNotificationHubJobAsync(NotificationHubJob, String)

Submits the notification hub job asynchronously.

SubmitNotificationHubJobAsync(NotificationHubJob, String, CancellationToken)

Submits the notification hub job asynchronously.

UpdateNotificationHub(NotificationHubDescription)

Updates the notification hub.

UpdateNotificationHubAsync(NotificationHubDescription)

Updates the notification hub asynchronously.

UpdateNotificationHubAsync(NotificationHubDescription, CancellationToken)

Updates the notification hub asynchronously.

Applies to