Click or drag to resize
IRuntimeEnvironment Interface
Defines the current run time environment. When running in Azure this is the role name and identifier. Otherwise the role identifier is the server name and the role name is "Default"

Namespace: AccidentalFish.ApplicationSupport.Core.Runtime
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IRuntimeEnvironment

The IRuntimeEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyRoleIdentifier
Role identifier
Public propertyRoleName
Role name
Top
See Also