Compartilhar via


InternalRemotingServices.SetServerIdentity(MethodCall, Object) Método

Definição

Importante

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

Define as informações de identificação internas para um objeto de servidor remoto para cada chamada de método de cliente para 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

Um MethodCall que representa uma chamada de método em um objeto remoto.

srvID
Object

Informações de identificação internas para um objeto de servidor remoto.

Atributos

Comentários

Você não precisa chamar os static métodos da InternalRemotingServices classe.

Aplica-se a