Partager via


NotificationEndPointCollection.CreateAsync Méthode

Définition

Surcharges

CreateAsync(String, NotificationEndPointType, String)
CreateAsync(String, NotificationEndPointType, String, Byte[])

CreateAsync(String, NotificationEndPointType, String)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint> CreateAsync (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress);
member this.CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint>
Public Function CreateAsync (name As String, endPointType As NotificationEndPointType, endPointAddress As String) As Task(Of INotificationEndPoint)

Paramètres

name
String
endPointAddress
String

Retours

S’applique à

CreateAsync(String, NotificationEndPointType, String, Byte[])

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint> CreateAsync (string name, Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType endPointType, string endPointAddress, byte[] credential);
member this.CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.NotificationEndPointType * string * byte[] -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint>
Public Function CreateAsync (name As String, endPointType As NotificationEndPointType, endPointAddress As String, credential As Byte()) As Task(Of INotificationEndPoint)

Paramètres

name
String
endPointAddress
String
credential
Byte[]

Retours

S’applique à