BitsJobTransferEventArgs Class
Provides Background Intelligent Transfer Service (BITS) job transfer arguments.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobTransferEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobErrorEventArgs
| Name | Description | |
|---|---|---|
![]() | BytesTotal | Gets the total number of bytes to transfer. |
![]() | BytesTransferred | Gets the total number of bytes transferred. |
![]() | CompletionTime | Gets the time the transfer completed. |
![]() | Elapsed | Gets the elapsed time of the BITS job. |
![]() | FilesTotal | Gets the total number of files to transfer. |
![]() | FilesTransferred | Gets the total number of files transferred. |
![]() | IsFinished | Gets a value that indicates whether BITS is done processing all of the files in the queue. |
![]() | Job | Gets the BITS job wrapper.(Inherited from BitsJobEventArgs.) |
![]() | JobId | Gets the BITS job ID. (Inherited from BitsJobEventArgs.) |
![]() | JobState | Gets the BITS job state.(Inherited from BitsJobEventArgs.) |
![]() | ModificationTime | Gets the BITS job modification time. (Inherited from BitsJobEventArgs.) |
![]() | StartTime | Gets the BITS job start time.(Inherited from BitsJobEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels the BITS job. (Inherited from BitsJobEventArgs.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents the current Object. (Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


