StorageDataMovementCmdletBase.ConfirmOverwriteAsync(Object, Object) Method
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.
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