ShouldOverwriteCallback Delegate
Updated: January 5, 2017
Callback invoked to tell whether to overwrite an existing destination.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public delegate bool ShouldOverwriteCallback( object source, object destination )
Parameters
- source
-
Type:
System.Object
Instance of source used to overwrite the destination.
- destination
-
Type:
System.Object
Instance of destination to be overwritten.
Show: