ShouldTransferCallback Delegate

 

Updated: January 5, 2017

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)

public delegate bool ShouldTransferCallback(
	object source,
	object destination
)

Parameters

source
Type: System.Object

Instance of the transfer source.

destination
Type: System.Object

Instance of the transfer destination.

Return Value

Type: System.Boolean

True if the transfer should be done; otherwise false.

Return to top
Show: