Edit

Share via


MediaSource.EndPrepareSource(IAsyncResult) Method

Definition

Ends the operation initiated by BeginPrepareSource.

public:
 void EndPrepareSource(IAsyncResult ^ ar);
public void EndPrepareSource (IAsyncResult ar);
member this.EndPrepareSource : IAsyncResult -> unit
Public Sub EndPrepareSource (ar As IAsyncResult)

Parameters

ar
IAsyncResult

The IAsyncResult object returned by BeginPrepareSource.

Applies to