你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TransferItemCompletedEventArgs Class
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.
Event Argument for a change in the Transfer Status
public class TransferItemCompletedEventArgs : Azure.Storage.DataMovement.DataTransferEventArgs
type TransferItemCompletedEventArgs = class
inherit DataTransferEventArgs
Public Class TransferItemCompletedEventArgs
Inherits DataTransferEventArgs
- Inheritance
Constructors
TransferItemCompletedEventArgs(String, StorageResourceItem, StorageResourceItem, Boolean, CancellationToken) |
Initializes a new instance of the TransferItemFailedEventArgs. |
Properties
CancellationToken |
Gets a cancellation token related to the original operation that raised the event. It's important for your handler to pass this token along to any asynchronous or long-running synchronous operations that take a token so cancellation (via something like
for example) will correctly propagate. (Inherited from SyncAsyncEventArgs) |
DestinationResource |
Gets the StorageResourceItem that was the destination resource for the transfer. |
IsRunningSynchronously |
Gets a value indicating whether the event handler was invoked synchronously or asynchronously. Please see SyncAsyncEventHandler<T> for more details. (Inherited from SyncAsyncEventArgs) |
SourceResource |
Gets the StorageResourceItem that was the source resource for the transfer. |
TransferId |
Job ID. (Inherited from DataTransferEventArgs) |