BitsFileTransferEventArgs Class

 

Provides Background Intelligent Transfer Service (BITS) file transfer event 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::BitsFileTransferEventArgs

[SerializableAttribute]
public ref class BitsFileTransferEventArgs sealed : BitsJobEventArgs

NameDescription
System_CAPS_pubpropertyBytesTotal

Gets the total number of bytes in the file.

System_CAPS_pubpropertyBytesTransferred

Gets the total number of bytes transferred by the file.

System_CAPS_pubpropertyIsCompleted

Gets a value that indicates whether the file transfer is complete.

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 Object::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: