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
- asyncResult
Type: System.IAsyncResult