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
System_CAPS_pubproperty Job

Gets the BITS job wrapper.

System_CAPS_pubproperty JobId

Gets the BITS job ID.

System_CAPS_pubproperty JobState

Gets the BITS job state.

System_CAPS_pubproperty ModificationTime

Gets the BITS job modification time.

System_CAPS_pubproperty StartTime

Gets the BITS job start time.

Methods

Name Description
System_CAPS_pubmethod Cancel()

Cancels the BITS job.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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