RemotingServices.LogRemotingStage(Int32) 方法

定义

注意

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

注意

It existed for only internal use in .NET and unimplemented in mono

记录与外部调试器进行的远程处理交换所处的阶段。Logs the stage in a remoting exchange to an external debugger.

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")]
[System.Obsolete("It existed for only internal use in .NET and unimplemented in mono")]
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
[<System.Diagnostics.Conditional("REMOTING_PERF")>]
[<System.Obsolete("It existed for only internal use in .NET and unimplemented in mono")>]
static member LogRemotingStage : int -> unit
Public Shared Sub LogRemotingStage (stage As Integer)

参数

stage
Int32

标识远程处理交换中所处的阶段的内部定义常数。An internally defined constant that identifies the stage in a remoting exchange.

属性

注解

"REMOTING_PERF"预处理符号通过使用特性应用于方法 ConditionalAttributeA "REMOTING_PERF" preprocessing symbol is applied to the method by using the ConditionalAttribute attribute.

适用于