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

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

특성

설명

"REMOTING_PERF" 전처리 기호는 특성을 사용하여 ConditionalAttribute 메서드에 적용됩니다.

적용 대상