Performs the transfer.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Protected 
Sub 
PerformUpload ( _
	
asyncResult 
As 
IAsyncResult _
)
Visual Basic (Usage)
Dim 
asyncResult 
As 
IAsyncResult

Me.
PerformUpload(
asyncResult)
C#
protected 
void 
PerformUpload(
	
IAsyncResult 
asyncResult
)

Parameters

asyncResult
Type: System . . :: . . IAsyncResult

The async result.

Exceptions

Exception Condition
ArgumentException

Thrown when invalid arguments are passed.

See Also