C# 클래스 Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance

Represents an instance of a role.
상속: RuntimeBindingObject
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
RoleInstance ( object targetObject ) : System

Initializes a new instance of the RoleInstance class.

보호된 메소드들

메소드 설명
GetTargetObjectInstance ( Type targetType, object activationArgs ) : object

Gets the target object instance.

메소드 상세

GetTargetObjectInstance() 보호된 메소드

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

RoleInstance() 공개 메소드

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