 | TaskHistoryControlActivate Method |
Note: This API is now obsolete.
Activates this instance. Call when the control receives initial focus or needs to refresh.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("The Activate method is being deprecated. Use the Task property instead.")]
public void Activate(
Task t
)
<ObsoleteAttribute("The Activate method is being deprecated. Use the Task property instead.")>
Public Sub Activate (
t As Task
)
public:
[ObsoleteAttribute(L"The Activate method is being deprecated. Use the Task property instead.")]
void Activate(
Task^ t
)
Request Example
View SourceParameters
- t
- Type: Microsoft.Win32.TaskSchedulerTask
The Task for which to get the history.
See Also