Skip to content

e8275dc7 5594 a485 1819 8152d5d31010

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

LVFSContextInfo.TryResetTimeout Property

Extends the timeout period for the current operation.

Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Func<int, bool> TryResetTimeout { get; }

VB

Public ReadOnly Property TryResetTimeout As Func(Of Integer, Boolean)
	Get

C++

public:
property Func<int, bool>^ TryResetTimeout {
	Func<int, bool>^ get ();
}

F#

member TryResetTimeout : Func<int, bool> with get

Property Value

Type: Func(Int32, Boolean)

Remarks

milliseconds: The number of milliseconds to extend the timeout period by. Returns true if the operation was successful.

See Also

Reference

LVFSContextInfo Class
LVFS.External Namespace

Clone this wiki locally