다음을 통해 공유


ExportBrokeredServiceAttribute 클래스

정의

클래스를 조정된 서비스로 내보냅니다.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportBrokeredServiceAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportBrokeredServiceAttribute = class
    inherit ExportAttribute
Public Class ExportBrokeredServiceAttribute
Inherits ExportAttribute
상속
ExportBrokeredServiceAttribute
특성

설명

이 특성이 적용되는 클래스는 를 구현 IExportedBrokeredService해야 합니다.

이 특성이 적용된 클래스에서 사용하는 다른 MEF 특성은 System.ComponentModel.Composition 네임스페이스에서 가져옵니다.

조정된 서비스의 여러 버전이 지원되는 경우 이 특성을 여러 번 적용할 수 있습니다.

내보낸 조정된 서비스는 기본 scope 다른 MEF 내보내기를 다음 형식과 함께 가져올 수 있습니다(명시적 계약 이름 없음).

조정된 서비스는 다른 조정된 서비스를 가져올 수 없습니다. 를 사용하여 IServiceBroker 획득해야 합니다.

생성자

ExportBrokeredServiceAttribute(String, String)

ExportBrokeredServiceAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

AllowTransitiveGuestClients

게스트 클라이언트가 이 서비스를 전이적으로 획득할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. 기본적으로(false) 소유자만 조정된 서비스에 액세스할 수 있습니다. 게스트가 제안 서비스를 획득할 수 있도록 옵트인하려면 으로 true설정합니다. 이제 이를 서비스로 true 설정하면 를 사용하여 IAuthorizationService 중요한 작업에 권한을 부여할 책임이 있습니다.

Audience

이 서비스를 직접 획득할 수 있는 클라이언트를 나타내는 값을 가져오거나 설정합니다. 대상 그룹은 이 서비스를 획득할 수 있는 클라이언트 집합을 확장하기 위해 비트 OR일 수 있습니다.

ServiceName

Name 내보낸 조정된 서비스의 를 가져옵니다.

ServiceVersion

Version 내보낸 조정된 서비스의 를 가져옵니다.

적용 대상