Freigeben über


RemotingServices.LogRemotingStage-Methode

Diese Methode unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

HINWEIS: Diese Methode ist mittlerweile veraltet.

Protokolliert die Stufe in einem Remotingaustausch in einem externen Debugger.

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ConditionalAttribute("REMOTING_PERF")> _
<ObsoleteAttribute("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")> _
Public Shared Sub LogRemotingStage ( _
    stage As Integer _
)
'Usage
Dim stage As Integer

RemotingServices.LogRemotingStage(stage)
[ConditionalAttribute("REMOTING_PERF")] 
[ObsoleteAttribute("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")] 
public static void LogRemotingStage (
    int stage
)
[ConditionalAttribute(L"REMOTING_PERF")] 
[ObsoleteAttribute(L"Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.")] 
public:
static void LogRemotingStage (
    int stage
)
/** @attribute ConditionalAttribute("REMOTING_PERF") */ 
/** @attribute ObsoleteAttribute("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.") */ 
public static void LogRemotingStage (
    int stage
)
ConditionalAttribute("REMOTING_PERF") 
ObsoleteAttribute("Use of this method is not recommended. The LogRemotingStage existed for internal diagnostic purposes only.") 
public static function LogRemotingStage (
    stage : int
)

Parameter

  • stage
    Eine intern definierte Konstante, die die Stufe in einem Remotingaustausch kennzeichnet.

Hinweise

Ein "REMOTING_PERF"-Präprozessorsymbol wird mit dem ConditionalAttribute-Attribut für die Methode übernommen.

.NET Framework-Sicherheit

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

RemotingServices-Klasse
RemotingServices-Member
System.Runtime.Remoting-Namespace