RemoteServiceAgentBrokerTimeOut Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the timeout for the remote service agent broker connection
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimeSpan TimeOut { get; set; }
Public Property TimeOut As TimeSpan
Get
Set
public:
virtual property TimeSpan TimeOut {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
function get_TimeOut();
function set_TimeOut(value);
Return Value
Type:
TimeSpanThe timeout for the remote service agent broker connection
Implements
RemoteServiceAgentBroker_RemoteServiceAgentBrokerTimeOutSee Also