3.1.4.3.2.1.1.10 Subscribe
The Subscribe command subscribes to a Trace object for events.
-
<xsd:complexType name="Subscribe"> <xsd:all> <xsd:element name="Object" type="ObjectReference" minOccurs="0" /> <xsd:element name="eng800:SubscriptionId" type="xsd:string" minOccurs="0" /> </xsd:all> </xsd:complexType>
Element |
Default value |
Description |
---|---|---|
Object |
[Required] |
The Trace object to be subscribed to. The ObjectReference type is defined in section 3.1.4.3.2.1.1.1. |
SubscriptionId |
Empty |
A client identifier that SHOULD<368> be associated with the subscription. This identifier can be used later to terminate the subscription by using the Unsubscribe command. |
The return result type for the Subscribe command is xmla-e:emptyresult.