LumiSoft Net Help
Duration Property
NamespacesLumiSoft.Net.SIP.MessageSIP_t_RetryAfterDuration
Gets or sets 'duration' parameter value. The 'duration' parameter indicates how long the called party will be reachable starting at the initial time of availability. If no duration parameter is given, the service is assumed to be available indefinitely. Value -1 means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public int Duration { get; set; }
Public Property Duration As Integer
	Get
	Set
public:
property int Duration {
	int get ();
	void set (int value);
}
member Duration : int with get, set
Property Value
Exceptions
ExceptionCondition
ArgumentExceptionIs raised when when value less than 1 is passed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119