ServerSecurityReleaseAgent Method |
|
DataPA OpenAnalytics API Reference
Releases the DataPA Enterprise Agent.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ReleaseAgent(
string Source,
DPALogging DPALogging = null,
string DataPAInstanceIdentifier = "",
string AgentLogPath = ""
)
Public Sub ReleaseAgent (
Source As String,
Optional DPALogging As DPALogging = Nothing,
Optional DataPAInstanceIdentifier As String = "",
Optional AgentLogPath As String = ""
)
public:
virtual void ReleaseAgent(
String^ Source,
DPALogging^ DPALogging = nullptr,
String^ DataPAInstanceIdentifier = L"",
String^ AgentLogPath = L""
) sealed
function ReleaseAgent(Source, DPALogging, DataPAInstanceIdentifier, AgentLogPath);
Parameters
- Source
- Type: SystemString
The source string for logging purposes. - DPALogging (Optional)
- Type: DPALogging
An optional DataPA logging object. - DataPAInstanceIdentifier (Optional)
- Type: SystemString
- AgentLogPath (Optional)
- Type: SystemString
Remarks See Also