TestimoX

API Reference

Class

AgentEnrollmentRequest

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Enrollment request sent by the agent.

Inheritance

  • Object
  • AgentEnrollmentRequest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public AgentEnrollmentRequest() #

Properties

public String AgentId { get; set; } #

Unique agent identifier.

public String AgentName { get; set; } #

Agent display name.

public Dictionary<String, String> Tags { get; set; } #

Optional host tags.