Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

 

Classes

Class Description
System_CAPS_pubclass BitsSecureFailure

An event is thrown when there is a BITS security failure.

System_CAPS_pubclass CcmEvent

Represents a status message. Properties are derived from CCM_Event class. Many status messages inherit from SMS_Event. See the SmsEvent class in the dedicated StatusMessages DLL.

System_CAPS_pubclass CcmFrameworkError

Base class for all events deriving from CCM_Framework_Error. These events are always error severity.

System_CAPS_pubclass CcmFrameworkEvent

Base event for the Client Configuration Manager (CCM) framework.

System_CAPS_pubclass CcmFrameworkInfo

Base class for all events deriving from CCM_Framework_Info. The severity for these messages is always Informational.

System_CAPS_pubclass CcmFrameworkWarning

Base class for all events deriving from CCM_Framework_Error. The severity of these messages is always Error.

System_CAPS_pubclass CcmHttpStatus

Represents an event that denotes that a certain HTTP status was sent. This can be a success or failure.

Note: This breaks the rules for severity, therefore, if you don't want the severity of this message to be Informational, you must use SetSeverity() to change it.

System_CAPS_pubclass CertificateOperationsFailure

Event that is fired when there is an error retrieving the certificate.

System_CAPS_pubclass CertificateUpdateFailure

Event that is fired when there is an error updating the certificate.

System_CAPS_pubclass CertificateUpdateSuccess

Status message that is generated when the certificate updates successfully.

System_CAPS_pubclass ClientIdUpdated

Status message that is generated when the client ID changes.

System_CAPS_pubclass InventoryEvent

Base class for an event fired from an inventory endpoint.

System_CAPS_pubclass InventoryGenericCollectionSuccess

Success message for an inventory collection (CLIMSG_INV_INFO_GENERIC_COLLECTED_SUCCESSFULLY).

System_CAPS_pubclass LocationServicesMPCertCrossVerification

Event that is thrown when there's an error while verifying the certificate for the management point.

System_CAPS_pubclass LocationServicesProxyChanged

Status message that is generated when the proxy changes for BITS jobs.

System_CAPS_pubclass LowMemoryModeEnter

Event that is fired when a low memory state is entered.

System_CAPS_pubclass LowMemoryModeRecover

Event that is fired when there is a recovery from a low memory state.

System_CAPS_pubclass SiteSigningAuthFailureExpired

Event that is fired when the site's signing certificate has expired.

System_CAPS_pubclass SiteSigningAuthFailureRevoked

Event that is fired when the site's signing certificate has been revoked.

System_CAPS_pubclass SiteSigningAuthFailureTrust

Event that is fired when there is a trust error with the certificate, such as an invalid certification authority.

System_CAPS_pubclass SmsEvent

Represents SMS events.

System_CAPS_pubclass SmsStatusMessage

Base event for anything that inherits from SMS_StatusMessage, as many events do.

System_CAPS_pubclass SoftDistProgramShouldNeverRun

Event that is fired when a software distribution that should not run is executed.

System_CAPS_pubclass SoftwareDistributionEventBase

Base software distribution event. All other software distribution events inherit directly from this class. This class should not be invoked directly.

System_CAPS_pubclass StatusMessageGenerator

This class generates a status message and validates it. This is more structured than AdhocStatusMessage because it performs validations against actual status messages.

This class polls WMI. Therefore, there must be an SMS client or management point installed or this class will not work.

System_CAPS_pubclass UnknownStatusMessage

Generates an SMS_UnknownStatusMessage message type for ad hoc client status messages.

Return to top