Gets or sets the timeout value in seconds for the Association Request, Reject and Release Timer.
public long ARTimerSecondsInterval {get; set;}
'Declaration
Public Property ARTimerSecondsInterval As Long
'Usage
Dim instance As ClientSession
Dim value As Long
instance.ARTimerSecondsInterval = value
value = instance.ARTimerSecondsInterval
public:
property int64 ARTimerSecondsInterval {
int64 get();
void set ( int64 value);
}
Property Value
The timeout value in seconds for the Association Request, Reject and Release Timer.