TransferEventArgs Constructor |
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 public TransferEventArgs(
Object source,
Object destination
)
Public Sub New (
source As Object,
destination As Object
)
public:
TransferEventArgs(
Object^ source,
Object^ destination
)
new :
source : Object *
destination : Object -> TransferEventArgs
Parameters
- source
- Type: SystemObject
Instance representation of transfer source location. - destination
- Type: SystemObject
Instance representation of transfer destination location.
See Also