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

Represents an instance of a role.
Inheritance: RuntimeBindingObject
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Méthodes publiques

Méthode Description
RoleInstance ( object targetObject ) : System

Initializes a new instance of the RoleInstance 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

RoleInstance() public méthode

Initializes a new instance of the RoleInstance class.
public RoleInstance ( object targetObject ) : System
targetObject object The target object.
Résultat System