Activity::TrackData Method (String^, Object^)

 

Informs the run-time tracking infrastructure of pending tracking information.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
void TrackData(
	String^ userDataKey,
	Object^ userData
)

Parameters

userDataKey
Type: System::String^

The key to the user data that has changed.

userData
Type: System::Object^

Object that contains the tracking information.

Exception Condition
ArgumentNullException

userData is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: