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 リモート処理インフラストラクチャでのみ使用することを目的としています。 直接呼び出すべきではありません。

適用対象