ChatRoomFileUploadJob.PerformUpload Method
Performs the transfer.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Protected Sub PerformUpload ( _
asyncResult As IAsyncResult _
)
'Usage
Dim asyncResult As IAsyncResult
Me.PerformUpload(asyncResult)
protected void PerformUpload(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The async result.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when invalid arguments are passed. |