Freigeben über


ReturnMessage.LogicalCallContext-Eigenschaft

Ruft den LogicalCallContext der aufgerufenen Methode ab.

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

Syntax

'Declaration
Public ReadOnly Property LogicalCallContext As LogicalCallContext
'Usage
Dim instance As ReturnMessage
Dim value As LogicalCallContext

value = instance.LogicalCallContext
public LogicalCallContext LogicalCallContext { get; }
public:
virtual property LogicalCallContext^ LogicalCallContext {
    LogicalCallContext^ get () sealed;
}
/** @property */
public final LogicalCallContext get_LogicalCallContext ()
public final function get LogicalCallContext () : LogicalCallContext

Eigenschaftenwert

Der LogicalCallContext der aufgerufenen Methode.

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: 2.0, 1.1, 1.0

Siehe auch

Referenz

ReturnMessage-Klasse
ReturnMessage-Member
System.Runtime.Remoting.Messaging-Namespace