共用方式為


IExtensionMetadataObserver 介面

定義

使用異步方法觀察元數據變更的介面。

[StreamJsonRpc.RpcMarshalable]
public interface IExtensionMetadataObserver : IDisposable
[<StreamJsonRpc.RpcMarshalable>]
type IExtensionMetadataObserver = interface
    interface IDisposable
Public Interface IExtensionMetadataObserver
Implements IDisposable
屬性
StreamJsonRpc.RpcMarshalableAttribute
實作

方法

OnCompletedAsync(CancellationToken)

當預期沒有進一步的變更時,通知觀察者。

OnMetadataUpdatedAsync(ExtensionMetadata, CancellationToken)

通知觀察者所訂閱區段中的元數據變更。

適用於