BackgroundActionPool TParam, TReturn  Create Method (Func TParam, TReturn , TParam, String)A Sandcastle Documented Class Library
Returns a new BackgroundAction object containing the current generic types signature

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

public BackgroundAction<TParam, TReturn> Create(
	Func<TParam, TReturn> action,
	TParam param,
	string statusText
)

Parameters

action
Type: OnlineSystem Func TParam, TReturn 

[Missing <param name="action"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.Create(System.Func{`0,`1},`0,System.String)"]

param
Type: TParam

[Missing <param name="param"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.Create(System.Func{`0,`1},`0,System.String)"]

statusText
Type: OnlineSystem String

[Missing <param name="statusText"/> documentation for "M:BackgroundTask.BackgroundActionPool`2.Create(System.Func{`0,`1},`0,System.String)"]

Return Value

Type: BackgroundAction TParam, TReturn 

[Missing <returns> documentation for "M:BackgroundTask.BackgroundActionPool`2.Create(System.Func{`0,`1},`0,System.String)"]

See Also