EndTransfer Method

Complete the pending transfer operation that was initiated earlier.

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

Return Value

Type: Microsoft.Rtc.Collaboration..::..CallMessageData

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace