NotificationEndPointCollection.Create Method

Creates a notification endpoint object.

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

Syntax

'Declaration
Public Function Create ( _
    name As String, _
    endPointType As NotificationEndPointType, _
    endPointAddress As String _
) As INotificationEndPoint
'Usage
Dim instance As NotificationEndPointCollection 
Dim name As String 
Dim endPointType As NotificationEndPointType 
Dim endPointAddress As String 
Dim returnValue As INotificationEndPoint 

returnValue = instance.Create(name, endPointType, _
    endPointAddress)
public INotificationEndPoint Create(
    string name,
    NotificationEndPointType endPointType,
    string endPointAddress
)
public:
INotificationEndPoint^ Create(
    String^ name, 
    NotificationEndPointType endPointType, 
    String^ endPointAddress
)
member Create : 
        name:string * 
        endPointType:NotificationEndPointType * 
        endPointAddress:string -> INotificationEndPoint
public function Create(
    name : String, 
    endPointType : NotificationEndPointType, 
    endPointAddress : String
) : INotificationEndPoint

Parameters

  • endPointAddress
    Type: System.String
    Notification endpoint address.

Return Value

Type: Microsoft.WindowsAzure.MediaServices.Client.INotificationEndPoint
Returns INotificationEndPoint.

See Also

Reference

NotificationEndPointCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace