InternalRemotingServices.SetServerIdentity(MethodCall, Object) Método

Definição

Importante

Esta API não está em conformidade com CLS.

Define a informação interna de identificação para um objeto servidor remoto, para cada chamada de método do cliente para o servidor.

public:
 static void SetServerIdentity(System::Runtime::Remoting::Messaging::MethodCall ^ m, System::Object ^ srvID);
[System.CLSCompliant(false)]
public static void SetServerIdentity(System.Runtime.Remoting.Messaging.MethodCall m, object srvID);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public static void SetServerIdentity(System.Runtime.Remoting.Messaging.MethodCall m, object srvID);
[<System.CLSCompliant(false)>]
static member SetServerIdentity : System.Runtime.Remoting.Messaging.MethodCall * obj -> unit
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
static member SetServerIdentity : System.Runtime.Remoting.Messaging.MethodCall * obj -> unit
Public Shared Sub SetServerIdentity (m As MethodCall, srvID As Object)

Parâmetros

m
MethodCall

A MethodCall que representa uma chamada de método num objeto remoto.

srvID
Object

Informação interna de identificação para um objeto servidor remoto.

Atributos

Observações

Não precisa de chamar os static métodos da InternalRemotingServices turma.

Aplica-se a