Share via


CCM_Message_TransferStatus Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

Important

This class supports the Configuration Manager 2007 infrastructure; any access to this class or class properties should be read-only.

In Configuration Manager 2007, the CCM_Message_TransferStatus class is a client Windows Management Instrumentation (WMI) class that is used by the messaging system to track the status of messages that are being uploaded.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Message_TransferStatus
{
      String Direction;
      String Host;
      String JobID;
      String MessageID;
      DateTime StartTime;
      String State;
      String URL;
      String VirtualHost;
};

Methods

The CCM_Message_TransferStatus class does not define any methods.

Properties

  • Direction
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Direction of the message transfer (upload).

  • Host
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Host computer to and from which the message is being transferred.

  • JobID
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    ID of the transfer job, which maps to the BITS job ID.

  • MessageID
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    ID of the message being transferred.

  • StartTime
    Data type: DateTime

    Access type: Read/Write

    Qualifiers: None

    Time that the transfer began, in Universal Coordinated Time (UTC).

  • State
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Current state of the transfer. Possible values are:

    • InProgress

    • Complete

    • Error

  • URL
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    URL to and from which the message transfer is being made.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes