ChatRoomFileUploadJob.PerformUpload(IAsyncResult) Method

Definition

Performs the transfer.

protected:
 void PerformUpload(IAsyncResult ^ asyncResult);
protected void PerformUpload (IAsyncResult asyncResult);
member this.PerformUpload : IAsyncResult -> unit
Protected Sub PerformUpload (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The async result.

Exceptions

Thrown when invalid arguments are passed.

Applies to