🪡Thread Registry
PerigeeApplication.ApplicationNoInit("Demo", (c) => //"c" here is the registry
{
});Properties
The Cancellation Token
//Use method
c.GetCancellationToken()
//OR go directly to the source
c.CTS.Token;Names, configurations
Hosted
Perigee With .NET HostingSecure properties
Hello ConfigurationConfiguration Methods
IConfiguration
Configure
Reload Configuration Event
Get a configuration
IServiceProvider
Configure and get service
Windows Startup
Registering
Thread Methods
GetThreads
Example:
RestartAllThreads
Example:
Example:
StartOrRestart
Example:
Start
Example:
Stop
Example:
QueueStop
Example:
IsRunning
Example:
StartIfNotRunning
Example:
GetThread
Example:
ContainsThreadByName
Example:
ExecuteCRONNow
Example:
Add a custom managed thread
Extending - ThreadsLink to Configuration
Agent Methods
Sync AgentGet agents
Configure agents
Queue Remote Refresh
Example:
Last updated

