ServerSecurityProcessingAgentTimeout Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that specifies the inactivity timeout that should be used for processing agents
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimeSpan ProcessingAgentTimeout { get; set; }
Public Property ProcessingAgentTimeout As TimeSpan
Get
Set
public:
virtual property TimeSpan ProcessingAgentTimeout {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
function get_ProcessingAgentTimeout();
function set_ProcessingAgentTimeout(value);
Return Value
Type:
TimeSpanA value that specifies the inactivity timeout that should be used for processing agents
See Also