BitsJobEventArgs Class
Provides Background Intelligent Transfer Service (BITS) job event arguments.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::Object
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsFileTransferEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobTransferEventArgs
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsFileTransferEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobTransferEventArgs
| Name | Description | |
|---|---|---|
![]() | Job | Gets the BITS job wrapper. |
![]() | JobId | Gets the BITS job ID. |
![]() | JobState | Gets the BITS job state. |
![]() | ModificationTime | Gets the BITS job modification time. |
![]() | StartTime | Gets the BITS job start time. |
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels the BITS job. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


