Sdílet prostřednictvím


RemotingServices.LogRemotingStage(Int32) Metoda

Definice

Upozornění

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

Zaznamená fázi výměny vzdálené komunikace do externího ladicího programu.

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)

Parametry

stage
Int32

Interně definovaná konstanta, která identifikuje fázi v výměně vzdálené komunikace.

Atributy

Poznámky

Symbol "REMOTING_PERF" předběžného zpracování je použit na metodu pomocí atributu ConditionalAttribute .

Platí pro