Udostępnij za pośrednictwem


NotificationEndPointCollection.CreateAsync Method

Definition

Overloads

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)

Parameters

name
String
endPointAddress
String

Returns

Applies to

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)

Parameters

name
String
endPointAddress
String
credential
Byte[]

Returns

Applies to