IAsyncTask.Result

IAsyncTask.Result property

Gets the result of this task.

public object Result { get; }

Property Value

The result of this task.

See Also