Conversation.EndUnmuteParticipants method
Blocks calling thread until participant unmute operation completes.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndUnmuteParticipants ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult
instance.EndUnmuteParticipants(asyncResult)
public void EndUnmuteParticipants(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult