ShouldTransferCallback Delegate
Updated: January 5, 2017
Callback invoked to tell whether a transfer should be done.
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.
Show: