|
DataServiceCloseTimeout Property
|
Gets or sets the desired
CloseTimeout used as
the interval of time provided for a connection to close before the transport raises an exception.
Namespace: GSF.Historian.DataServicesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax public TimeSpan CloseTimeout { get; set; }
Public Property CloseTimeout As TimeSpan
Get
Set
member CloseTimeout : TimeSpan with get, set
function get_CloseTimeout();
function set_CloseTimeout(value);
View SourceProperty Value
TimeSpanSee Also