Condividi tramite


RealProxy.AttachServer(MarshalByRefObject) Metodo

Definizione

Aggiunge l'istanza del proxy corrente all'oggetto remoto MarshalByRefObject specificato.

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)

Parametri

s
MarshalByRefObject

Oggetto MarshalByRefObject rappresentato dall'istanza del proxy corrente.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione UnmanagedCode.

Si applica a