Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Interface INetworkIndicator

    网络指示器的接口

    Extension Methods
    ExceptionExtensions.ShowExceptionAsync(INetworkIndicator, Exception, string, bool, bool)
    ExceptionExtensions.StartSafeTask(INetworkIndicator, Action, string, Action<bool>, bool)
    ExceptionExtensions.StartSafeTaskAsync(INetworkIndicator, Func<CancellationToken, Task>, string, Action<bool>, bool, CancellationToken)
    ExceptionExtensions.StartSafeTaskAsync<T>(INetworkIndicator, Func<CancellationToken, Task<T>>, string, Action<bool, T>, bool, CancellationToken)
    Namespace: Fleet.Mobile
    Assembly: FleetMobile.dll
    Syntax
    public interface INetworkIndicator

    Properties

    IsNetworkFailed

    获取或设置网络状态是否异常

    Declaration
    bool IsNetworkFailed { get; set; }
    Property Value
    bool

    In this article
    Back to top Generated by DocFX