Share via


IExtensionMetadataObserver Interface

Definition

An interface for observing metadata changes with async method.

[StreamJsonRpc.RpcMarshalable]
public interface IExtensionMetadataObserver : IDisposable
[<StreamJsonRpc.RpcMarshalable>]
type IExtensionMetadataObserver = interface
    interface IDisposable
Public Interface IExtensionMetadataObserver
Implements IDisposable
Attributes
StreamJsonRpc.RpcMarshalableAttribute
Implements

Methods

OnCompletedAsync(CancellationToken)

Notifies the observer when no further changes are expected.

OnMetadataUpdatedAsync(ExtensionMetadata, CancellationToken)

Notifies the observer of metadata changes in the sections they were subscribed for.

Applies to