TransferEventArgs(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TransferEventArgs class.
public TransferEventArgs (object source, object destination);
new Microsoft.Azure.Storage.DataMovement.TransferEventArgs : obj * obj -> Microsoft.Azure.Storage.DataMovement.TransferEventArgs
Public Sub New (source As Object, destination As Object)
Parameters
- source
- Object
Instance representation of transfer source location.
- destination
- Object
Instance representation of transfer destination location.