BitsJobEventArgs Class
Provides Background Intelligent Transfer Service (BITS) job event arguments.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.ConfigurationManagement.Messaging.Framework.BitsJobEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework.BitsFileTransferEventArgs
Microsoft.ConfigurationManagement.Messaging.Framework.BitsJobTransferEventArgs
Syntax
[SerializableAttribute]
public abstract class BitsJobEventArgs : EventArgs
[SerializableAttribute]
public ref class BitsJobEventArgs abstract : EventArgs
<SerializableAttribute>
Public MustInherit Class BitsJobEventArgs
Inherits EventArgs
Properties
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. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top