次の方法で共有


ServerChannelSinkStack.Store(IServerChannelSink, Object) メソッド

定義

後の非同期処理のために、メッセージ シンクおよび関連付けられた状態を格納します。

public:
 virtual void Store(System::Runtime::Remoting::Channels::IServerChannelSink ^ sink, System::Object ^ state);
public void Store (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Store (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Store (sink As IServerChannelSink, state As Object)

パラメーター

sink
IServerChannelSink

サーバー チャネル シンク。

state
Object

sink に関連付けられた状態。

実装

属性

例外

現在のシンク スタックが空です。

- または -

指定されたシンクが現在のスタックにプッシュされませんでした。

注釈

メソッドはStore、.NET Frameworkリモート処理インフラストラクチャでのみ使用することを目的としています。 直接呼び出すべきではありません。

適用対象