다음을 통해 공유


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 원격 인프라에 의해서만 사용에 대 한 것입니다.

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

적용 대상