IInternalExtensionMetadataService.SubscribeAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
섹션 목록에 대한 메타데이터 변경 내용을 구독합니다.
public System.Threading.Tasks.Task<IDisposable> SubscribeAsync (System.Collections.Generic.IReadOnlyList<string> sectionNames, Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensionMetadataObserver observer, System.Collections.Generic.IReadOnlyList<string> dependentSections, System.Threading.CancellationToken cancellationToken);
abstract member SubscribeAsync : System.Collections.Generic.IReadOnlyList<string> * Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensionMetadataObserver * System.Collections.Generic.IReadOnlyList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<IDisposable>
Public Function SubscribeAsync (sectionNames As IReadOnlyList(Of String), observer As IExtensionMetadataObserver, dependentSections As IReadOnlyList(Of String), cancellationToken As CancellationToken) As Task(Of IDisposable)
매개 변수
- sectionNames
- IReadOnlyList<String>
업데이트 알림을 위해 요청된 메타데이터 섹션입니다.
- observer
- IExtensionMetadataObserver
관찰자 instance.
- dependentSections
- IReadOnlyList<String>
이 관찰자가 기다려야 하는 섹션 목록입니다.
- cancellationToken
- CancellationToken
모니터링할 취소 토큰입니다.
반환
구독의 수명을 관리하는 삭제 가능한 개체입니다.