NotificationEndPointCollection.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- endPointType
- NotificationEndPointType
- 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
- endPointType
- NotificationEndPointType
- endPointAddress
- String
- credential
- Byte[]