다음을 통해 공유


IInternalExtensionMetadataService.SubscribeAsync 메서드

정의

섹션 목록에 대한 메타데이터 변경 내용을 구독합니다.

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

모니터링할 취소 토큰입니다.

반환

구독의 수명을 관리하는 삭제 가능한 개체입니다.

적용 대상