Table of Contents

Class ServerUnreachableScreenModel

Namespace
The.WPF.Shell.TDI
Assembly
Instagile.WPF.dll
public sealed class ServerUnreachableScreenModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
ServerUnreachableScreenModel
Implements
Inherited Members
Extension Methods

Constructors

ServerUnreachableScreenModel(ISurface, Func<Task<bool>>, Action, string?)

public ServerUnreachableScreenModel(ISurface surface, Func<Task<bool>> attemptRecovery, Action onRecovered, string? technicalDetails = null)

Parameters

surface ISurface
attemptRecovery Func<Task<bool>>
onRecovered Action
technicalDetails string

Properties

ApplicationName

public string ApplicationName { get; }

Property Value

string

CountdownText

public string? CountdownText { get; }

Property Value

string

Methods

StopTimers()

public void StopTimers()