DataPA Enterprise Dashboard Controls API Reference
Releases the DataPA Enterprise Agent.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void ReleaseAgent(
string Source,
DPALogging DPALogging = null
) |
Visual Basic |
---|
Public Sub ReleaseAgent (
Source As String,
Optional DPALogging As DPALogging = Nothing
) |
Visual C++ |
---|
public:
virtual void ReleaseAgent(
String^ Source,
DPALogging^ DPALogging = nullptr
) sealed |
Parameters
- Source
- Type: System..::..String
The source string for logging purposes.
- DPALogging (Optional)
- Type: DPALogging
An optional DataPA logging object.
Remarks
See Also