RemotingServices.LogRemotingStage(Int32) Yöntem

Tanım

Dikkat

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

Bir dış hata ayıklayıcıya uzaktan iletişim değişiminde aşamayı günlüğe kaydeder.

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)

Parametreler

stage
Int32

Uzaktan iletişim değişiminde aşamayı tanımlayan dahili olarak tanımlanmış bir sabit.

Öznitelikler

Açıklamalar

"REMOTING_PERF" özniteliği kullanılarak ConditionalAttribute yöntemine bir ön işleme simgesi uygulanır.

Şunlara uygulanır