ServerChannelSinkStack.StoreAndDispatch(IServerChannelSink, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存訊息匯入及其相關狀態,然後非同步派遣訊息,使用剛儲存的匯入及其他儲存的匯入。
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 遠端基礎設施使用。 你不應該直接打電話。
此方法僅應由傳輸匯流器呼叫以完成非同步派遣。