C# Class Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment

Provides information about the configuration, endpoints, and status of running role instances.
Inheritance: RuntimeBindingObject
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Méthodes publiques

Méthode Description
RoleEnvironment ( ) : System

Initializes a new instance of the RoleEnvironment class.

Méthodes protégées

Méthode Description
GetTargetObjectInstance ( Type targetType, object activationArgs ) : object

Gets the target object instance.

Method Details

GetTargetObjectInstance() protected méthode

Gets the target object instance.
protected GetTargetObjectInstance ( Type targetType, object activationArgs ) : object
targetType System.Type Type of the target.
activationArgs object The activation arguments.
Résultat object

RoleEnvironment() public méthode

Initializes a new instance of the RoleEnvironment class.
public RoleEnvironment ( ) : System
Résultat System