ShouldOverwriteCallback Delegate

 

Updated: January 5, 2017

Callback invoked to tell whether to overwrite an existing destination.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public delegate bool ShouldOverwriteCallback(
	object source,
	object destination
)

Parameters

source
Type:

Instance of source used to overwrite the destination.

destination
Type:

Instance of destination to be overwritten.

Return Value

Type:

True if the file should be overwritten; otherwise false.

Return to top
Show: