다음을 통해 공유


InternalRemotingServices.SetServerIdentity(MethodCall, Object) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

클라이언트에서 서버에 대해 수행되는 각 메서드 호출을 위한 원격 서버 개체의 내부 식별 정보를 설정합니다.

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)

매개 변수

m
MethodCall

원격 개체에 대한 메서드 호출을 나타내는 MethodCall입니다.

srvID
Object

원격 서버 개체의 내부 식별 정보입니다.

특성

설명

클래스의 InternalRemotingServices 메서드를 static 호출할 필요가 없습니다.

적용 대상