Share via


ResponseTarget Class

The ResponseTarget class represents the computer where the response is executed. Rules can be configured to run on either the Management Server or an agent computer. The ResponseTarget class allows the code in the response to determine whether it is running on the Management Server or the agent computer.

For a list of all members of this type, see ResponseTarget members.

 public class ResponseTarget

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Runtime

Assembly: MOM.Context (in MOM.Context.dll)

See Also

Context.Target Property