IServerChannelSinkStack.ServerCallback(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Présente un délégué de rappel pour gérer un rappel après la distribution asynchrone d'un message.
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)
Paramètres
- ar
- IAsyncResult
Statut et état d'une opération asynchrone sur un objet distant.
- 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.