Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes of all managed and unmanaged resources that have been allocated.
|
|
OnStartedAsync ( |
This is the entry-piont to the application, which gets called as soon as the application has finished starting up.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// Determines whether only unmanaged, or managed and unmanaged resources should be disposed of. This is needed when the method is called from the destructor, because when the destructor is called all managed resources have already been disposed of. /// |
return | void |
protected OnStartedAsync ( |
||
eventArguments | The event arguments, that contains all necessary information about the application startup like the command line arguments. | |
return | System.Threading.Tasks.Task |