Delegate ApplicationConfigurationChangedHandler
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public delegate void ApplicationConfigurationChangedHandler()
Constructors
ApplicationConfigurationChangedHandler(object, nint)
Declaration
public ApplicationConfigurationChangedHandler(object @object, nint method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| nint |
method |
|
Methods
BeginInvoke(AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke()
Declaration
public virtual void Invoke()
Extension Methods