Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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<381> 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.