[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal override bool Sweep(
Stopwatch timer,
int maxTimeMs
)
protected internal override bool Sweep(
Stopwatch timer,
int maxTimeMs
)
Protected Friend Overrides Function Sweep (
timer As Stopwatch,
maxTimeMs As Integer
) As Boolean
Protected Friend Overrides Function Sweep (
timer As Stopwatch,
maxTimeMs As Integer
) As Boolean
protected public:
virtual bool Sweep(
Stopwatch^ timer,
int maxTimeMs
) override
protected public:
virtual bool Sweep(
Stopwatch^ timer,
int maxTimeMs
) override
abstract Sweep :
timer : Stopwatch *
maxTimeMs : int -> bool
override Sweep :
timer : Stopwatch *
maxTimeMs : int -> bool
abstract Sweep :
timer : Stopwatch *
maxTimeMs : int -> bool
override Sweep :
timer : Stopwatch *
maxTimeMs : int -> bool
Return Value
Type:
Boolean