ConfigMgrBgbSynchronousMessageEventArgs Class

 

Represents a synchronous message event.

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

System::Object
  System::EventArgs
    Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbSessionEventArgs
      Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbSynchronousMessageEventArgs

[SerializableAttribute]
public ref class ConfigMgrBgbSynchronousMessageEventArgs sealed : ConfigMgrBgbSessionEventArgs

NameDescription
System_CAPS_pubpropertyMessage

Gets the message payload. (Inherited from ConfigMgrBgbSessionEventArgs.)

System_CAPS_pubpropertyResponseMessage

Gets the response message to send back through the notification channel. The message should be populated with relevant details.

System_CAPS_pubpropertySessionCallback

Gets a callback for the session. This can be used to send a response.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: