Share via


NotificationEndPointCollection.CreateAsync Method

Creates a notification endpoint object asynchronously.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

public Task<INotificationEndPoint> CreateAsync(
    string name,
    NotificationEndPointType endPointType,
    string endPointAddress
)

Parameters

  • endPointAddress
    Type: System.String
    Notification endpoint address.

Return Value

Type: System.Threading.Tasks.Task<INotificationEndPoint>
Returns Task<TResult>.

See Also

Reference

NotificationEndPointCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace