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)


[SerializableAttribute]
public ref class BitsJobEventArgs abstract : EventArgs

NameDescription
System_CAPS_pubpropertyJob

Gets the BITS job wrapper.

System_CAPS_pubpropertyJobId

Gets the BITS job ID.

System_CAPS_pubpropertyJobState

Gets the BITS job state.

System_CAPS_pubpropertyModificationTime

Gets the BITS job modification time.

System_CAPS_pubpropertyStartTime

Gets the BITS job start time.

NameDescription
System_CAPS_pubmethodCancel()

Cancels the BITS job.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: