| DirectoryTransferContextShouldTransferCallbackAsync Property  | 
 
            Gets or sets the callback invoked to tell whether a transfer should be done.
            
 
    Namespace: 
   Microsoft.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
 Syntax
Syntaxpublic ShouldTransferCallbackAsync ShouldTransferCallbackAsync { get; set; }Public Property ShouldTransferCallbackAsync As ShouldTransferCallbackAsync
	Get
	Set
public:
property ShouldTransferCallbackAsync^ ShouldTransferCallbackAsync {
	ShouldTransferCallbackAsync^ get ();
	void set (ShouldTransferCallbackAsync^ value);
}member ShouldTransferCallbackAsync : ShouldTransferCallbackAsync with get, set
Property Value
Type: 
ShouldTransferCallbackAsync See Also
See Also