System.Runtime.Remoting.Channels.ServerChannelSinkStack.ServerCallback Method

Provides a AsyncCallback delegate to handle a callback after a message has been dispatched asynchronously.

Syntax

public void ServerCallback (IAsyncResult ar)

Parameters

ar
The status and state of an asynchronous operation on a remote object.

Remarks

The dispatched message represents a request method call on a remote object.

The ServerChannelSinkStack.ServerCallback(IAsyncResult) 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