ServerChannelSinkStack.ServerCallback(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a AsyncCallback delegate to handle a callback after a message has been dispatched asynchronously.
public:
virtual void ServerCallback(IAsyncResult ^ ar);
public void ServerCallback (IAsyncResult ar);
[System.Security.SecurityCritical]
public void ServerCallback (IAsyncResult ar);
abstract member ServerCallback : IAsyncResult -> unit
override this.ServerCallback : IAsyncResult -> unit
[<System.Security.SecurityCritical>]
abstract member ServerCallback : IAsyncResult -> unit
override this.ServerCallback : IAsyncResult -> unit
Public Sub ServerCallback (ar As IAsyncResult)
Parameters
- ar
- IAsyncResult
The status and state of an asynchronous operation on a remote object.
Implements
- Attributes
Remarks
The dispatched message represents a request method call on a remote object.
The ServerCallback method is intended for use only by the .NET Framework remoting infrastructure. You should not call it directly.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.