Interface IProgress 进度显示器的接口 Inherited Members ILoading.IsLoading INetworkIndicator.IsNetworkFailed 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 IProgress : ILoading, INetworkIndicator Properties Progress 获取或设置当前进度 Declaration double Progress { get; set; } Property Value double