• /
  • Log in
  • Free account

GetAgent

Syntax

NewRelic.Api.Agent.NewRelic.GetAgent()

Get access to the Agent via the IAgent interface.

Requirements

Agent version 8.9 or higher.

Compatible with all app types.

Description

Get access to Agent API methods via the IAgent interface.

Return values

An implementation of IAgent providing access to the IAgent API.

Examples

IAgent agent = NewRelic.Api.Agent.NewRelic.GetAgent();
Create issueEdit page
Copyright © 2022 New Relic Inc.