IServerChannelSinkStack.ServerCallback(IAsyncResult) Metodo

Definizione

Presenta un delegato di callback per gestire un callback dopo che un messaggio è stato inviato in modo asincrono.

public:
 void ServerCallback(IAsyncResult ^ ar);
public void ServerCallback(IAsyncResult ar);
[System.Security.SecurityCritical]
public void ServerCallback(IAsyncResult ar);
abstract member ServerCallback : IAsyncResult -> unit
[<System.Security.SecurityCritical>]
abstract member ServerCallback : IAsyncResult -> unit
Public Sub ServerCallback (ar As IAsyncResult)

Parametri

ar
IAsyncResult

Stato e stato di un'operazione asincrona su un oggetto remoto.

Attributi

Commenti

Il messaggio inviato rappresenta una chiamata al metodo di richiesta su un oggetto remoto.

Il metodo ServerCallback è destinato all'uso solo dall'infrastruttura remota di .NET Framework.

Si applica a