RealProxy.AttachServer(MarshalByRefObject) 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.
Attache l'instance de proxy en cours au MarshalByRefObject distant spécifié.
protected:
void AttachServer(MarshalByRefObject ^ s);
protected void AttachServer (MarshalByRefObject s);
[System.Security.SecurityCritical]
protected void AttachServer (MarshalByRefObject s);
member this.AttachServer : MarshalByRefObject -> unit
[<System.Security.SecurityCritical>]
member this.AttachServer : MarshalByRefObject -> unit
Protected Sub AttachServer (s As MarshalByRefObject)
Paramètres
MarshalByRefObject que l'instance de proxy en cours représente.
- Attributs
Exceptions
L’appelant immédiat n’a pas d’autorisation UnmanagedCode.