BgbRequestMessage Class

 

Represents a client notification request message.

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


[SerializableAttribute]
public ref class BgbRequestMessage sealed : BgbMessage

NameDescription
System_CAPS_pubmethodBgbRequestMessage()

Initializes a new instance of the BgbRequestMessage class.

NameDescription
System_CAPS_pubpropertyMessageType

Gets the client notification message type that the class represents. (Overrides BgbMessageBase::MessageType.)

System_CAPS_pubpropertyPushId

Gets or sets the push ID. (Inherited from BgbMessage.)

System_CAPS_pubpropertyTaskGuid

Gets or sets the task GUID.

System_CAPS_pubpropertyTaskId

Gets or sets the task ID. (Inherited from BgbMessage.)

System_CAPS_pubpropertyTaskType

Gets or sets the task type.

System_CAPS_pubpropertyTimestamp

Gets or sets the message timestamp. (Inherited from BgbMessageBase.)

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: