Class BlazoriseUiPageProgressService
Inheritance
object
BlazoriseUiPageProgressService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlazoriseUI
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
[Dependency(ReplaceServices = true)]
public class BlazoriseUiPageProgressService : IUiPageProgressService, IScopedDependency
Constructors
BlazoriseUiPageProgressService()
Declaration
public BlazoriseUiPageProgressService()
Methods
CreateDefaultOptions()
Declaration
protected virtual UiPageProgressOptions CreateDefaultOptions()
Returns
| Type | Description |
|---|---|
| UiPageProgressOptions |
Go(int?, Action<UiPageProgressOptions>)
Declaration
public Task Go(int? percentage, Action<UiPageProgressOptions> options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int? | percentage | |
| System.Action<T><UiPageProgressOptions> | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Events
ProgressChanged
Declaration
public event EventHandler<UiPageProgressEventArgs> ProgressChanged
Event Type
| Type | Description |
|---|---|
| System.EventHandler<TEventArgs><UiPageProgressEventArgs> |