Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

 

ClassDescription
System_CAPS_pubclassBitsSecureFailure

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

System_CAPS_pubclassCcmEvent

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_pubclassCcmFrameworkError

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

System_CAPS_pubclassCcmFrameworkEvent

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

System_CAPS_pubclassCcmFrameworkInfo

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

System_CAPS_pubclassCcmFrameworkWarning

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

System_CAPS_pubclassCcmHttpStatus

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_pubclassCertificateOperationsFailure

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

System_CAPS_pubclassCertificateUpdateFailure

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

System_CAPS_pubclassCertificateUpdateSuccess

Status message that is generated when the certificate updates successfully.

System_CAPS_pubclassClientIdUpdated

Status message that is generated when the client ID changes.

System_CAPS_pubclassInventoryEvent

Base class for an event fired from an inventory endpoint.

System_CAPS_pubclassInventoryGenericCollectionSuccess

Success message for an inventory collection (CLIMSG_INV_INFO_GENERIC_COLLECTED_SUCCESSFULLY).

System_CAPS_pubclassLocationServicesMPCertCrossVerification

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

System_CAPS_pubclassLocationServicesProxyChanged

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

System_CAPS_pubclassLowMemoryModeEnter

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

System_CAPS_pubclassLowMemoryModeRecover

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

System_CAPS_pubclassSiteSigningAuthFailureExpired

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

System_CAPS_pubclassSiteSigningAuthFailureRevoked

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

System_CAPS_pubclassSiteSigningAuthFailureTrust

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

System_CAPS_pubclassSmsEvent

Represents SMS events.

System_CAPS_pubclassSmsStatusMessage

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

System_CAPS_pubclassSoftDistProgramShouldNeverRun

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

System_CAPS_pubclassSoftwareDistributionEventBase

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

System_CAPS_pubclassStatusMessageGenerator

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_pubclassUnknownStatusMessage

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

Return to top
Show: