public interface ICardMetadataExtensionExecutor : IAsyncDisposable
Public Interface ICardMetadataExtensionExecutor
Inherits IAsyncDisposable
public interface class ICardMetadataExtensionExecutor : IAsyncDisposable
type ICardMetadataExtensionExecutor =
interface
interface IAsyncDisposable
end
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
ModifyMetadataAsync | Выполняет расширения, изменяющие метаинформацию по типам карточек после её построения. |
ModifyTypesAsync | Выполняет расширения, изменяющие типы карточек, по которым затем будет строиться метаинформация. |