VirtualTimeSchedulerBase<TAbsolute, TRelative>. IsEnabled, właściwość
Pobiera informacje o tym, czy harmonogram jest włączony do uruchamiania pracy.
Przestrzeń nazw:System.Reactive.Concurrency
Zestawu: System.Reactive (w System.Reactive.dll)
Składnia
'Declaration
Public Property IsEnabled As Boolean
Get
Private Set
'Usage
Dim instance As VirtualTimeSchedulerBase
Dim value As Boolean
value = instance.IsEnabled
public bool IsEnabled { get; private set; }
public:
property bool IsEnabled {
bool get ();
private: void set (bool value);
}
member IsEnabled : bool with get, private set
function get IsEnabled () : boolean
private function set IsEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
true, jeśli harmonogram jest włączony do uruchamiania pracy; w przeciwnym razie wartość false.