ActionDoneEventArgs TResult  ClassA Sandcastle Documented Class Library
An event argument that contains a result of a return value from a runned task.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem EventArgs
    BackgroundTask ActionDoneEventArgs TResult 

Namespace: BackgroundTask
Assembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ActionDoneEventArgs<TResult> : EventArgs
Type Parameters

TResult
The returning type.
See Also