ShouldOverwriteCallback Delegate

 

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)

Syntax

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.

Return Value

Type: System.Boolean

True if the file should be overwritten; otherwise false.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top