Share via


RemotingServices.LogRemotingStage(Int32) 메서드

정의

주의

Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.

외부 디버거에 원격 교환의 단계를 로깅합니다.

public:
 static void LogRemotingStage(int stage);
[System.Diagnostics.Conditional("REMOTING_PERF")]
public static void LogRemotingStage (int stage);
[System.Diagnostics.Conditional("REMOTING_PERF")]
[System.Obsolete("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")]
public static void LogRemotingStage (int stage);
[System.Diagnostics.Conditional("REMOTING_PERF")]
[System.Obsolete("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")]
[System.Security.SecurityCritical]
public static void LogRemotingStage (int stage);
[<System.Diagnostics.Conditional("REMOTING_PERF")>]
static member LogRemotingStage : int -> unit
[<System.Diagnostics.Conditional("REMOTING_PERF")>]
[<System.Obsolete("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")>]
static member LogRemotingStage : int -> unit
[<System.Diagnostics.Conditional("REMOTING_PERF")>]
[<System.Obsolete("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")>]
[<System.Security.SecurityCritical>]
static member LogRemotingStage : int -> unit
Public Shared Sub LogRemotingStage (stage As Integer)

매개 변수

stage
Int32

원격 교환의 단계를 식별하는 내부적으로 정의된 상수입니다.

특성

설명

A "REMOTING_PERF" 전처리 기호를 사용 하 여 메서드에 적용 되는 ConditionalAttribute 특성입니다.

적용 대상