ShouldOverwriteCallbackAsync Delegate

Definition

Callback invoked to tell whether to overwrite an existing destination.

C#
public delegate System.Threading.Tasks.Task<bool> ShouldOverwriteCallbackAsync(object source, object destination);

Parameters

source
Object

Instance of source used to overwrite the destination.

destination
Object

Instance of destination to be overwritten.

Return Value

True if the file should be overwritten; otherwise false.

Applies to

產品 版本
Azure SDK for .NET Latest