Class NullUiPageProgressService
Inheritance
object
NullUiPageProgressService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Progression
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class NullUiPageProgressService : IUiPageProgressService, ISingletonDependency
Constructors
NullUiPageProgressService()
Declaration
public NullUiPageProgressService()
Methods
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> |