Share via


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 원격 인프라에 의해서만 사용에 대 한 것입니다. 하는 메서드를 직접 호출 합니다.

메서드는 비동기 디스패치를 완료 하는 전송 싱크에서 호출 해야 합니다.

적용 대상