TransferStatusEventArgs Constructors
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.
Overloads
TransferStatusEventArgs(String, DataTransferStatus, Boolean, CancellationToken) |
Initializes a new instance of the TransferStatusEventArgs. |
TransferStatusEventArgs(String, TransferStatus, Boolean, CancellationToken) |
Initializes a new instance of the TransferStatusEventArgs. |
TransferStatusEventArgs(String, DataTransferStatus, Boolean, CancellationToken)
- Source:
- TransferStatusEventArgs.cs
Initializes a new instance of the TransferStatusEventArgs.
public TransferStatusEventArgs(string transferId, Azure.Storage.DataMovement.DataTransferStatus transferStatus, bool isRunningSynchronously, System.Threading.CancellationToken cancellationToken);
new Azure.Storage.DataMovement.TransferStatusEventArgs : string * Azure.Storage.DataMovement.DataTransferStatus * bool * System.Threading.CancellationToken -> Azure.Storage.DataMovement.TransferStatusEventArgs
Public Sub New (transferId As String, transferStatus As DataTransferStatus, isRunningSynchronously As Boolean, cancellationToken As CancellationToken)
Parameters
- transferId
- String
- transferStatus
- DataTransferStatus
- isRunningSynchronously
- Boolean
- cancellationToken
- CancellationToken
Applies to
TransferStatusEventArgs(String, TransferStatus, Boolean, CancellationToken)
- Source:
- TransferStatusEventArgs.cs
Initializes a new instance of the TransferStatusEventArgs.
public TransferStatusEventArgs(string transferId, Azure.Storage.DataMovement.TransferStatus transferStatus, bool isRunningSynchronously, System.Threading.CancellationToken cancellationToken);
new Azure.Storage.DataMovement.TransferStatusEventArgs : string * Azure.Storage.DataMovement.TransferStatus * bool * System.Threading.CancellationToken -> Azure.Storage.DataMovement.TransferStatusEventArgs
Public Sub New (transferId As String, transferStatus As TransferStatus, isRunningSynchronously As Boolean, cancellationToken As CancellationToken)
Parameters
- transferId
- String
- transferStatus
- TransferStatus
- isRunningSynchronously
- Boolean
- cancellationToken
- CancellationToken
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET