ChatRoomFileUploadJob.PerformUpload(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.