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