다음을 통해 공유


GlobalBrokeredServiceContainer.ApplyDescriptorSettings 메서드

정의

조정된 서비스 클라이언트 및 서비스에 대한 설명자에 일반적인 변환을 적용합니다.

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 .

반환

수정된 설명자입니다.

적용 대상