IBrokeredServiceManifest 인터페이스

정의

클라이언트에 제공된 서비스의 가용성에 대한 세부 정보를 노출합니다. 서비스에서 가져올 수 있습니다 RemoteBrokeredServiceManifest .

public interface IBrokeredServiceManifest
type IBrokeredServiceManifest = interface
Public Interface IBrokeredServiceManifest
파생

설명

결과는 호출자를 기반으로 합니다. 예를 들어 Live Share 게스트가 이 서비스의 instance 가져온 경우 메서드 호출의 결과는 Codespaces 클라이언트에서 가져온 이 서비스의 instance 다를 수 있습니다.

메서드

GetAvailableServicesAsync(CancellationToken)

에서 IServiceBroker사용할 수 있는 서비스 목록을 가져옵니다.

GetAvailableVersionsAsync(String, CancellationToken)

에서 IServiceBroker지정된 서비스에 사용할 수 있는 버전의 컬렉션을 가져옵니다.

적용 대상