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

定義

メッセージ シンクおよび関連付けられた状態を格納してから、格納したシンクおよび他の格納済みのシンクを使用して、非同期的にメッセージをディスパッチします。

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

パラメーター

sink
IServerChannelSink

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

state
Object

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

実装

属性

注釈

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

メソッドは、非同期ディスパッチを完了するためにトランスポート シンクによってのみ呼び出す必要があります。

適用対象