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

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

Public Methods

Method Description
RoleEnvironment ( ) : System

Initializes a new instance of the RoleEnvironment class.

Protected Methods

Method Description
GetTargetObjectInstance ( Type targetType, object activationArgs ) : object

Gets the target object instance.

Method Details

GetTargetObjectInstance() protected method

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

RoleEnvironment() public method

Initializes a new instance of the RoleEnvironment class.
public RoleEnvironment ( ) : System
return System