ServiceRegistration 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
조정된 서비스 등록 정보입니다.
public ref class ServiceRegistration
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay}")]
public class ServiceRegistration
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay}")>]
type ServiceRegistration = class
Public Class ServiceRegistration
- 상속
-
ServiceRegistration
- 특성
생성자
ServiceRegistration(ServiceAudience, Object, Boolean) |
ServiceRegistration 클래스의 새 인스턴스를 초기화합니다. |
속성
AllowGuestClients |
이 서비스가 소유자가 아닌 클라이언트에 노출되는지 여부를 나타내는 값을 가져옵니다. |
Audience |
이 서비스에 대해 의도한 대상 그룹을 가져옵니다. |
DebuggerDisplay |
에서 사용할 문자열을 DebuggerDisplayAttribute가져옵니다. |
IsExposedLocally |
이 서비스가 자체에 상대적인 로컬 클라이언트에 노출되는지 여부를 나타내는 값을 가져옵니다. |
IsExposedRemotely |
이 서비스가 자체에 상대적인 원격 클라이언트에 노출되는지 여부를 나타내는 값을 가져옵니다. |
ProfferingPackageId |
이 서비스가 실제로 제안되도록 로드할 패키지의 ID를 가져옵니다. |
메서드
LoadProfferingPackageAsync(CancellationToken) |
서비스가 아직 제안되지 않은 경우 이 등록으로 표시되는 서비스에 대한 호출 Proffer(ServiceRpcDescriptor, BrokeredServiceFactory) 을 트리거합니다. |
ToString() |
조정된 서비스 등록 정보입니다. |