ShouldOverwriteCallbackAsync Delegate
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.
Callback invoked to tell whether to overwrite an existing destination.
public delegate System.Threading.Tasks.Task<bool> ShouldOverwriteCallbackAsync(object source, object destination);
type ShouldOverwriteCallbackAsync = delegate of obj * obj -> Task<bool>
Public Delegate Function ShouldOverwriteCallbackAsync(source As Object, destination As Object) As Task(Of Boolean)
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET