CcmSendScheduledMessage Class

 

Sends a scheduled message based on an ID by iterating over WMI to find the ID.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
[MessageSupportAttribute(MessageSupportStatus::Supported)]
public ref class CcmSendScheduledMessage sealed : CcmAsynchronousMessage

NameDescription
System_CAPS_pubmethodCcmSendScheduledMessage()

Initializes a new instance of the CcmSendScheduledMessage class.

NameDescription
System_CAPS_pubpropertyAttachments

Gets message attachments. (Inherited from Message.)

System_CAPS_pubpropertyBody

Gets the message body. This property should not be empty, with limited exceptions.(Inherited from Message.)

System_CAPS_pubpropertyMessageId

Gets the internal ID of a message. (Inherited from Message.)

System_CAPS_pubpropertyPriority

Gets the priority for a message. This property is only used for reference by senders and has no effect on the message. (Inherited from Message.)

System_CAPS_pubpropertyScheduledMessageId

Gets or sets the ID of the scheduled message. This value is usually a GUID.

System_CAPS_pubpropertySenderCallback

Gets a sender callback for a message. This property is null unless a message is in the process of being sent. (Inherited from Message.)

System_CAPS_pubpropertySenderType

Gets the sender type for a message. This property is only used for reference by senders and has no effect on the message. (Inherited from Message.)

System_CAPS_pubpropertySettings

Gets message settings. (Inherited from Message.)

System_CAPS_pubpropertySiteCode

Gets or sets the site code to use for sending a message. Some messages require this property. (Inherited from Message.)

System_CAPS_pubpropertySmsId

Gets or sets the SMSID to use for signing and sending a message. (Inherited from Message.)

System_CAPS_protpropertySupportsInlineSerializers

Gets a value that indicates whether Serialize() is called on send and DeserializeMessageBody is called on receive.

The default setting for this property is true. Override to false with caution. (Inherited from Message.)

NameDescription
System_CAPS_pubmethodAddCertificateToMessage(MessageCertificateX509^, CertificatePurposes)

Adds a certificate to the message. (Inherited from Message.)

System_CAPS_pubmethodAddCertificateToMessage(MessageCertificateX509^, CertificatePurposes, Boolean)

Adds a certificate to a message with the option to disable any intelligence. (Inherited from Message.)

System_CAPS_pubmethodCloneBase()

Creates a clone of a message.

Important: This method is not the same as nor does it behave the same as Clone. That is why this message type does not implement ICloneable. It is not recommended that any code outside of Messaging core code use this function without understanding how it works, what its limitations are, and why it's being used.

Note: If you're considering this method, ensure that you have evaluated CloneByRef which you might want to use instead. (Inherited from Message.)

System_CAPS_pubmethodCloneByRef(IMessage^)

Clones a reference of a message. Use this method to create a copy of an existing message, especially one of a different type, into this message.

Important: This method is not the same as nor does it behave the same as Clone. That is why this message type does not implement ICloneable. It is not recommended that any code outside of Messaging core code use this function without understanding how it works, what its limitations are, and why it's being used. (Inherited from Message.)

System_CAPS_pubmethodCloneByRef(IMessage^, MessageCloneOptions)

Clones a reference of a message. Use this method to create a copy of an existing message, especially one of a different type, into this message.

Important: This method is not the same as nor does it behave the same as Clone. That is why this message type does not implement ICloneable. It is not recommended that any code outside of Messaging core code use this function without understanding how it works, what its limitations are, and why it's being used. (Inherited from Message.)

System_CAPS_pubmethodDeserializeMessageBody()

Internal handler for deserializing a payload into its object format. This method should only be called by external code under exceptional circumstances. (Inherited from Message.)

System_CAPS_pubmethodDiscover()

Performs discovery, if supported by the message. (Inherited from Message.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetCertificateFromMessage(CertificatePurposes)

Retrieves the X509-based certificate from a message. (Inherited from Message.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOnDeserialization(Object^)

Ensures validity checks are never performed on deserialization. (Inherited from Message.)

System_CAPS_pubmethodPostSendActions(IMessageSender^, Boolean)

Actions that run after a message is sent. This is an asynchronous action; use with caution. (Inherited from Message.)

System_CAPS_pubmethodPreSendActions()

Actions that run before the message is sent. This operation is synchronous and blocking. (Inherited from Message.)

System_CAPS_pubmethodSendMessage()

Sends the message. (Inherited from CcmAsynchronousMessage.)

System_CAPS_pubmethodSendMessage(IMessageSender^)

Sends the message. (Inherited from CcmAsynchronousMessage.)

System_CAPS_pubmethodSerializeMessageBody()

Serializes the payload. (Overrides Message::SerializeMessageBody().)

System_CAPS_protmethodSimpleBodyDeserialization<T>()

Helper function that deserializes an object from the existing payload. (Inherited from Message.)

System_CAPS_protmethodSimpleBodyDeserialization<T>(DeserializationArguments)

Helper function that deserializes an object from the existing payload. (Inherited from Message.)

System_CAPS_protmethodSimpleObjectSerialization(Object^)

Helper function that serializes an object to a payload. (Inherited from Message.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

Obsolete. Validates that all required message settings are present and meet the requirements. If this method fails, the message will likely fail in being sent or processed by the site or management point. (Inherited from Message.)

System_CAPS_pubmethodValidate(IMessageSender^)

Validates that all required message settings are present and meet the requirements. If this validation fails, the message is almost certain to fail in being sent or processed by the site or management point. (Inherited from Message.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDdrFullId

Full discovery data record (DDR) message ID.

System_CAPS_pubfieldSystem_CAPS_staticEvaluateMachinePolicyAssignmentsId

Evaluates a machine policy task ID.

System_CAPS_pubfieldSystem_CAPS_staticEvaluateUserPolicyAssignmentsId

Evaluates a user policy assignments task ID.

System_CAPS_pubfieldSystem_CAPS_staticFileCollectionDeltaId

Delta file collection message ID.

System_CAPS_pubfieldSystem_CAPS_staticHardwareInventoryDeltaId

Delta hardware inventory message ID.

System_CAPS_pubfieldSystem_CAPS_staticLocationServicesRefreshDefaultMPId

Location services refresh default management point task ID.

System_CAPS_pubfieldSystem_CAPS_staticLocationServicesRefreshLocationsId

Location services refresh locations task ID.

System_CAPS_pubfieldSystem_CAPS_staticLocationServicesTimeoutRequestsId

Location services timeout requests task ID.

System_CAPS_pubfieldSystem_CAPS_staticRequestMachinePolicyAssignmentsId

Request machine assignments task ID.

System_CAPS_pubfieldSystem_CAPS_staticRequestUserPolicyAssignmentsId

Request user policy assignments task ID.

System_CAPS_pubfieldSystem_CAPS_staticSoftwareInventoryDeltaId

Delta software inventory message ID.

System_CAPS_pubfieldSystem_CAPS_staticSoftwareMeteringReportId

Software metering report generation task ID.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIMessage::SendMessage(IMessageSender^)

Sends a message by using the specified sender. (Inherited from Message.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIMessageBase::Settings

Gets message properties and settings. (Inherited from Message.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: