Initializes an action
Namespace: BackgroundTaskAssembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- a
- Type:
System Func TParam, TReturn
An Action
- onDone
- Type:
System EventHandler ActionDoneEventArgs TReturn
An EventHandler that raises when the action was done
- param
- Type: TParam
Actions parameter to pass
See Also