Partager via


DeviceManager.EndPlayAudioFile Method

Blocks the calling thread until BeginPlayAudioFile completes.

Namespace:  Microsoft.Lync.Model.Device
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub EndPlayAudioFile ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As DeviceManager
Dim asyncResult As IAsyncResult

instance.EndPlayAudioFile(asyncResult)
public void EndPlayAudioFile(
    IAsyncResult asyncResult
)

Parameters

See Also

Reference

DeviceManager Class

DeviceManager Members

Microsoft.Lync.Model.Device Namespace