Share via


IChannel.EndAdvertisementAsync Method

This API is part of the preview release.

Ends the ad marker on the channel asynchronously.

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

Syntax

'Declaration
Function EndAdvertisementAsync As Task
'Usage
Dim instance As IChannel 
Dim returnValue As Task 

returnValue = instance.EndAdvertisementAsync()
Task EndAdvertisementAsync()
Task^ EndAdvertisementAsync()
abstract EndAdvertisementAsync : unit -> Task
function EndAdvertisementAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Task to wait on for operation completion.

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace