RunWorkerCompletedEventArgs.Result Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that represents the result of an asynchronous operation.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

Syntax

Public ReadOnly Property Result As Object
public Object Result { get; }

Property Value

Type: System..::.Object
An Object that represents the result of an asynchronous operation.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RunWorkerCompletedEventArgs Class

System.ComponentModel Namespace

BackgroundWorker

RunWorkerCompleted

Other Resources

How to use a background worker for Windows Phone 8