WorkItem.Run Method

Runs the work item by calling the OnRunStarted method, which will raise the RunStarted event and eventually the custom starting business logic a derived class placed on it.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Sub Run
'Usage
Dim instance As WorkItem

instance.Run
public void Run ()
public:
void Run ()
public void Run ()
public function Run ()

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace