BitsFileTransferEventArgs Class
Provides Background Intelligent Transfer Service (BITS) file transfer event arguments.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsFileTransferEventArgs
| Name | Description | |
|---|---|---|
![]() | BytesTotal | Gets the total number of bytes in the file. |
![]() | BytesTransferred | Gets the total number of bytes transferred by the file. |
![]() | IsCompleted | Gets a value that indicates whether the file transfer is complete. |
![]() | 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.) |
![]() | LocalFileName | Gets the local file name. |
![]() | ModificationTime | Gets the BITS job modification time. (Inherited from BitsJobEventArgs.) |
![]() | RemoteFileName | Gets the remote file name. |
![]() | 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.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.

