BitsJobErrorEventArgs Class

 

Provides Background Intelligent Transfer Service (BITS) job transfer error arguments.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  System::EventArgs
    Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobEventArgs
      Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobTransferEventArgs
        Microsoft.ConfigurationManagement.Messaging.Framework::BitsJobErrorEventArgs

[SerializableAttribute]
public ref class BitsJobErrorEventArgs sealed : BitsJobTransferEventArgs

NameDescription
System_CAPS_pubpropertyBytesTotal

Gets the total number of bytes to transfer. (Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyBytesTransferred

Gets the total number of bytes transferred.(Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyCompletionTime

Gets the time the transfer completed.(Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyElapsed

Gets the elapsed time of the BITS job. (Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyErrorCode

Gets the error code for a BITS job.

System_CAPS_pubpropertyErrorContext

Gets the error context for a BITS job.

System_CAPS_pubpropertyErrorContextText

Gets the error context description for a BITS job.

System_CAPS_pubpropertyErrorText

Gets the error text for a bits job.

System_CAPS_pubpropertyFilesTotal

Gets the total number of files to transfer.(Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyFilesTransferred

Gets the total number of files transferred.(Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyIsFinished

Gets a value that indicates whether BITS is done processing all of the files in the queue.(Inherited from BitsJobTransferEventArgs.)

System_CAPS_pubpropertyJob

Gets the BITS job wrapper.(Inherited from BitsJobEventArgs.)

System_CAPS_pubpropertyJobId

Gets the BITS job ID. (Inherited from BitsJobEventArgs.)

System_CAPS_pubpropertyJobState

Gets the BITS job state.(Inherited from BitsJobEventArgs.)

System_CAPS_pubpropertyLocalFileName

Gets the local file name.

System_CAPS_pubpropertyModificationTime

Gets the BITS job modification time. (Inherited from BitsJobEventArgs.)

System_CAPS_pubpropertyRemoteFileName

Gets the remote file name.

System_CAPS_pubpropertyStartTime

Gets the BITS job start time.(Inherited from BitsJobEventArgs.)

NameDescription
System_CAPS_pubmethodCancel()

Cancels the BITS job. (Inherited from BitsJobEventArgs.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String that represents the current Object. (Overrides BitsJobTransferEventArgs::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.

Return to top
Show: