NotificationRegistrationIdsController.SubmitCreateAsync Method

Definition

Invokes the Microsoft.ServiceBus.Notifications.NotificationHubClient in a mockable manner.

protected virtual System.Threading.Tasks.Task<string> SubmitCreateAsync ();
abstract member SubmitCreateAsync : unit -> System.Threading.Tasks.Task<string>
override this.SubmitCreateAsync : unit -> System.Threading.Tasks.Task<string>
Protected Overridable Function SubmitCreateAsync () As Task(Of String)

Returns

A Task representing the operation.

Applies to