RemotingServices.LogRemotingStage(Int32) Method

Definition

Caution

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

Logs the stage in a remoting exchange to an external debugger.

C#
[System.Diagnostics.Conditional("REMOTING_PERF")]
public static void LogRemotingStage(int stage);
C#
[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);
C#
[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);

Parameters

stage
Int32

An internally defined constant that identifies the stage in a remoting exchange.

Attributes

Remarks

A "REMOTING_PERF" preprocessing symbol is applied to the method by using the ConditionalAttribute attribute.

Applies to

Produkt Versioner (Föråldrad)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)