Méthode | Description | |
---|---|---|
Execute ( ) : void |
Called once by the service fabric. Call is not supposed to return until stop is requested, or an uncaught exception is thrown.
|
|
Runtime ( CloudStorageProviders storage, IEnvironment environment, CloudConfigurationSettings settings, ILog log, ICloudRuntimeObserver observer = null ) : System |
IoC constructor.
|
|
Stop ( ) : void |
Stops all services at once. Called once by the service fabric when environment is about to be shut down. |
Méthode | Description | |
---|---|---|
GetNameOfServiceInExecution ( ) : string |
The name of the service that is being executed, if any,
|
|
LoadAndBuildApplication ( List |
Load and get all initialized service instances using the provided IoC container.
|
public Runtime ( CloudStorageProviders storage, IEnvironment environment, CloudConfigurationSettings settings, ILog log, ICloudRuntimeObserver observer = null ) : System | ||
storage | CloudStorageProviders | |
environment | IEnvironment | |
settings | CloudConfigurationSettings | |
log | ILog | |
observer | ICloudRuntimeObserver | |
Résultat | System |