ShouldTransferCallback Delegate

 

Callback invoked to tell whether a transfer should be done.

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

Syntax

public delegate bool ShouldTransferCallback(
    object source,
    object destination
)

Parameters

  • destination
    Type: System.Object

    Instance of the transfer destination.

Return Value

Type: System.Boolean

True if the transfer should be done; otherwise false.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top