Interface IFireflyService
public interface IFireflyService : IHost, IDisposable
- Inherited Members
Properties
Configuration
IConfiguration Configuration { get; }
Property Value
DataPath
string DataPath { get; }
Property Value
DeploymentDirectoryPath
string DeploymentDirectoryPath { get; }
Property Value
EnvironmentName
string EnvironmentName { get; }
Property Value
HostingEnvironment
IHostEnvironment HostingEnvironment { get; }
Property Value
Info
InfoContainer Info { get; }
Property Value
ServiceName
string ServiceName { get; }
Property Value
Methods
ReportIncident(IncidentTypes, string, string, object, bool)
Task<bool> ReportIncident(IncidentTypes type, string title, string description, object data, bool IsEntitySpecific = false)
Parameters
type
IncidentTypestitle
stringdescription
stringdata
objectIsEntitySpecific
bool