EventInspector.Register(Object, WorkItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void Register(System::Object ^ item, Microsoft::Practices::CompositeUI::WorkItem ^ workItem);
public static void Register(object item, Microsoft.Practices.CompositeUI.WorkItem workItem);
static member Register : obj * Microsoft.Practices.CompositeUI.WorkItem -> unit
Public Shared Sub Register (item As Object, workItem As WorkItem)
Parameters
- item
- Object
- workItem
- WorkItem