public delegate void RegisterFileDelayedDisposalAction(
Func<bool> disposeContentFunc
)Public Delegate Sub RegisterFileDelayedDisposalAction (
disposeContentFunc As Func(Of Boolean)
)public delegate void RegisterFileDelayedDisposalAction(
Func<bool>^ disposeContentFunc
)type RegisterFileDelayedDisposalAction =
delegate of
disposeContentFunc : Func<bool> -> unitФункция, выполняющая отложенное удаление содержимого. Функция удаляет содержимое и возвращает признак того, что удаление успешно выполнено.
Успешность функции не должна зависеть от того, был ли освобождён соответствующий объект IFileContent вызовом DisposeAsync.