ServiceActivationOptions.ClientRpcTarget 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스가 클라이언트에서 멤버를 호출할 수 있도록 클라이언트가 요청한 서비스에 제공하는 RPC 대상을 가져오거나 설정합니다.
public:
property System::Object ^ ClientRpcTarget { System::Object ^ get(); void set(System::Object ^ value); };
[Newtonsoft.Json.JsonIgnore]
[System.Runtime.Serialization.IgnoreDataMember]
public object? ClientRpcTarget { get; set; }
[Newtonsoft.Json.JsonIgnore]
[System.Runtime.Serialization.IgnoreDataMember]
[System.Text.Json.Serialization.JsonIgnore]
public object? ClientRpcTarget { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonIgnore>]
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ClientRpcTarget : obj with get, set
[<Newtonsoft.Json.JsonIgnore>]
[<System.Runtime.Serialization.IgnoreDataMember>]
[<System.Text.Json.Serialization.JsonIgnore>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ClientRpcTarget : obj with get, set
Public Property ClientRpcTarget As Object
속성 값
- 특성
-
Newtonsoft.Json.JsonIgnoreAttribute IgnoreDataMemberAttribute JsonIgnoreAttribute IsReadOnlyAttribute
설명
이 개체는 직렬화되지 않습니다. 서비스를 로컬로 사용할 수 있는 경우 이 개체를 서비스에 직접 사용할 수 있습니다. 서비스가 원격인 경우 와 같은 RemoteServiceBroker 원격 서비스 브로커 클라이언트는 RPC 연결을 설정할 때 이 개체를 로컬 RPC 대상으로 설정해야 하며 서비스 쪽은 에 ClientInterface지정된 형식에 따라 이 개체에 대한 프록시를 설정해야 합니다.