Share via


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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class BitsJobErrorEventArgs : BitsJobTransferEventArgs
[SerializableAttribute]
public ref class BitsJobErrorEventArgs sealed : BitsJobTransferEventArgs
<SerializableAttribute>
Public NotInheritable Class BitsJobErrorEventArgs
    Inherits BitsJobTransferEventArgs

Properties

Name Description
System_CAPS_pubproperty BytesTotal

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

System_CAPS_pubproperty BytesTransferred

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

System_CAPS_pubproperty CompletionTime

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

System_CAPS_pubproperty Elapsed

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

System_CAPS_pubproperty ErrorCode

Gets the error code for a BITS job.

System_CAPS_pubproperty ErrorContext

Gets the error context for a BITS job.

System_CAPS_pubproperty ErrorContextText

Gets the error context description for a BITS job.

System_CAPS_pubproperty ErrorText

Gets the error text for a bits job.

System_CAPS_pubproperty FilesTotal

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

System_CAPS_pubproperty FilesTransferred

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

System_CAPS_pubproperty IsFinished

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

System_CAPS_pubproperty Job

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

System_CAPS_pubproperty JobId

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

System_CAPS_pubproperty JobState

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

System_CAPS_pubproperty LocalFileName

Gets the local file name.

System_CAPS_pubproperty ModificationTime

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

System_CAPS_pubproperty RemoteFileName

Gets the remote file name.

System_CAPS_pubproperty StartTime

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

Methods

Name Description
System_CAPS_pubmethod Cancel()

Cancels the BITS job. (Inherited from BitsJobEventArgs.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a String that represents the current Object. (Overrides BitsJobTransferEventArgs.ToString().)

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