BackgroundCommand.DoBackgroundWork Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected MustOverride Sub DoBackgroundWork ( _
e As DoWorkEventArgs _
)
protected abstract void DoBackgroundWork(
DoWorkEventArgs e
)
protected:
virtual void DoBackgroundWork(
DoWorkEventArgs^ e
) abstract
abstract DoBackgroundWork :
e:DoWorkEventArgs -> unit
protected abstract function DoBackgroundWork(
e : DoWorkEventArgs
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.