Share via


StorageDataMovementCmdletBase.ConfirmOverwriteAsync(Object, Object) Method

Definition

Confirm the overwrite operation

protected System.Threading.Tasks.Task<bool> ConfirmOverwriteAsync (object source, object destination);
member this.ConfirmOverwriteAsync : obj * obj -> System.Threading.Tasks.Task<bool>
Protected Function ConfirmOverwriteAsync (source As Object, destination As Object) As Task(Of Boolean)

Parameters

source
Object

Indicating the source.

destination
Object

Indicating the destination.

Returns

True if the opeation is confirmed, otherwise return false

Applies to