Share via


Computer.SubmitTask Method

Runs the specified task on the computer.

 public void SubmitTask(
    Task task
);

Parameters

  • task
    The task to run.

Remarks

Before submitting a task, check it using the Computer.ValidateTask method.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

See Also

Computer Class | Computer Members | Task Class | Computer.ValidateTask Method