Partager via


ServerChannelSinkStack.ServerCallback(IAsyncResult) Méthode

Définition

Fournit un délégué AsyncCallback pour gérer un rappel après la distribution asynchrone d'un message.

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)

Paramètres

ar
IAsyncResult

Statut et état d'une opération asynchrone sur un objet distant.

Implémente

Attributs

Remarques

Le message distribué représente un appel de méthode de requête sur un objet distant.

La ServerCallback méthode est destinée à être utilisée uniquement par l’infrastructure de communication à distance .NET Framework. Vous ne devriez pas l’appeler directement.

S’applique à