次の方法で共有


MethodReturnMessageWrapper.LogicalCallContext プロパティ

定義

現在のメソッド呼び出しの LogicalCallContext を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual property System::Runtime::Remoting::Messaging::LogicalCallContext ^ LogicalCallContext { System::Runtime::Remoting::Messaging::LogicalCallContext ^ get(); };
public virtual System.Runtime.Remoting.Messaging.LogicalCallContext LogicalCallContext { get; }
public virtual System.Runtime.Remoting.Messaging.LogicalCallContext LogicalCallContext { [System.Security.SecurityCritical] get; }
member this.LogicalCallContext : System.Runtime.Remoting.Messaging.LogicalCallContext
[<get: System.Security.SecurityCritical>]
member this.LogicalCallContext : System.Runtime.Remoting.Messaging.LogicalCallContext
Public Overridable ReadOnly Property LogicalCallContext As LogicalCallContext

プロパティ値

現在のメソッド呼び出しの LogicalCallContext

実装

属性

注釈

メソッドはリモート オブジェクトに属しています。

適用対象