次の方法で共有


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

定義

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

public:
 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
[<System.Security.SecurityCritical>]
abstract member 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使用することを目的とします。

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

適用対象