Interface IRDCoreApp
A common interface encompassing all RDCore applications.
public interface IRDCoreApp : IDisposable
- Inherited Members
Properties
PlatformComponent
Identifies the type of RDCore platform application.
CoreServerComponent PlatformComponent { get; }
Property Value
Methods
LogIfEnabled(LogLevel, string)
Logs the specified message at the specified level, if logging is enabled at that level.
void LogIfEnabled(LogLevel logLevel, string message)
Parameters
RunAsync(IServiceProvider, string[])
Bootstraps and starts the application.
Task RunAsync(IServiceProvider provider, string[] args)
Parameters
providerIServiceProviderAn IServiceProvider to configure the application.
argsstring[]