System.Runtime.Remoting.Channels.ServerChannelSinkStack.Store Method

Stores a message sink and its associated state for later asynchronous processing.

Syntax

public void Store (IServerChannelSink sink, object state)

Parameters

sink
A server channel sink.
state
The state associated with sink.

Remarks

The ServerChannelSinkStack.Store(IServerChannelSink, object) method is intended for use only by the .NET Framework remoting infrastructure. You should not call it directly.

Requirements

Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0