Call.BeginTransfer Method (Call, CallTransferOptions, AsyncCallback, Object)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Function BeginTransfer ( _
callToReplace As Call, _
options As CallTransferOptions, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim callToReplace As Call
Dim options As CallTransferOptions
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = Me.BeginTransfer(callToReplace, _
options, userCallback, state)
protected IAsyncResult BeginTransfer(
Call callToReplace,
CallTransferOptions options,
AsyncCallback userCallback,
Object state
)
Parameters
- callToReplace
Type: Microsoft.Rtc.Collaboration.Call
- options
Type: Microsoft.Rtc.Collaboration.CallTransferOptions
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult