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

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

Public Methods

Method Description
RoleInstance ( object targetObject ) : System

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

RoleInstance() public method

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