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: StringAccess type: Read/WriteQualifiers: NoneDirection of the message transfer (upload).
Host


Data type: StringAccess type: Read/WriteQualifiers: NoneHost computer to and from which the message is being transferred.
JobID


Data type: StringAccess type: Read/WriteQualifiers: NoneID of the transfer job, which maps to the BITS job ID.
MessageID


Data type: StringAccess type: Read/WriteQualifiers: [key]ID of the message being transferred.
StartTime


Data type: DateTimeAccess type: Read/WriteQualifiers: NoneTime that the transfer began, in Universal Coordinated Time (UTC).
State


Data type: StringAccess type: Read/WriteQualifiers: NoneCurrent state of the transfer. Possible values are:
  • InProgress

  • Complete

  • Error

URL


Data type: StringAccess type: Read/WriteQualifiers: NoneURL to and from which the message transfer is being made.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.