IExtensionMetadataObserver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- 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. |