GlobalBrokeredServiceContainer.ApplyDescriptorSettings 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
조정된 서비스 클라이언트 및 서비스에 대한 설명자에 일반적인 변환을 적용합니다.
protected virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor ApplyDescriptorSettings (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor descriptor, bool clientRole);
abstract member ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
override this.ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Protected Overridable Function ApplyDescriptorSettings (descriptor As ServiceRpcDescriptor, clientRole As Boolean) As ServiceRpcDescriptor
매개 변수
- descriptor
- ServiceRpcDescriptor
이 서비스에 사용되는 스톡 설명자입니다.
- clientRole
- Boolean
가 클라이언트 프록시 또는 클라이언트 연결을 활성화하는 데 사용할지 여부를 descriptor
나타내는 값입니다. 서비스 자체를 활성화할 때 사용합니다 false
.
반환
수정된 설명자입니다.