Call.EndTransfer Method
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Function EndTransfer ( _
result As IAsyncResult _
) As CallMessageData
'Usage
Dim result As IAsyncResult
Dim returnValue As CallMessageData
returnValue = Me.EndTransfer(result)
protected CallMessageData EndTransfer(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
Return Value
Type: Microsoft.Rtc.Collaboration.CallMessageData