AudioVideoFlow.EndRetrieve Method
Waits for the pending operation to complete.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndRetrieve ( _
result As IAsyncResult _
)
'Usage
Dim instance As AudioVideoFlow
Dim result As IAsyncResult
instance.EndRetrieve(result)
public void EndRetrieve(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the result argument is null. |
ArgumentException | Thrown when result argument is invalid. |