Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Classes
Class | Description | |
---|---|---|
BitsSecureFailure | An event is thrown when there is a BITS security failure. |
|
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. |
|
CcmFrameworkError | Base class for all events deriving from CCM_Framework_Error. These events are always error severity. |
|
CcmFrameworkEvent | Base event for the Client Configuration Manager (CCM) framework. |
|
CcmFrameworkInfo | Base class for all events deriving from CCM_Framework_Info. The severity for these messages is always Informational. |
|
CcmFrameworkWarning | Base class for all events deriving from CCM_Framework_Error. The severity of these messages is always Error. |
|
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. |
|
CertificateOperationsFailure | Event that is fired when there is an error retrieving the certificate. |
|
CertificateUpdateFailure | Event that is fired when there is an error updating the certificate. |
|
CertificateUpdateSuccess | Status message that is generated when the certificate updates successfully. |
|
ClientIdUpdated | Status message that is generated when the client ID changes. |
|
InventoryEvent | Base class for an event fired from an inventory endpoint. |
|
InventoryGenericCollectionSuccess | Success message for an inventory collection (CLIMSG_INV_INFO_GENERIC_COLLECTED_SUCCESSFULLY). |
|
LocationServicesMPCertCrossVerification | Event that is thrown when there's an error while verifying the certificate for the management point. |
|
LocationServicesProxyChanged | Status message that is generated when the proxy changes for BITS jobs. |
|
LowMemoryModeEnter | Event that is fired when a low memory state is entered. |
|
LowMemoryModeRecover | Event that is fired when there is a recovery from a low memory state. |
|
SiteSigningAuthFailureExpired | Event that is fired when the site's signing certificate has expired. |
|
SiteSigningAuthFailureRevoked | Event that is fired when the site's signing certificate has been revoked. |
|
SiteSigningAuthFailureTrust | Event that is fired when there is a trust error with the certificate, such as an invalid certification authority. |
|
SmsEvent | Represents SMS events. |
|
SmsStatusMessage | Base event for anything that inherits from SMS_StatusMessage, as many events do. |
|
SoftDistProgramShouldNeverRun | Event that is fired when a software distribution that should not run is executed. |
|
SoftwareDistributionEventBase | Base software distribution event. All other software distribution events inherit directly from this class. This class should not be invoked directly. |
|
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. |
|
UnknownStatusMessage | Generates an SMS_UnknownStatusMessage message type for ad hoc client status messages. |
Return to top