3.1.4.3.2.1.1.11 Unsubscribe

The Unsubscribe command SHOULD<369> terminate an ongoing subscription to the events of a Trace object.

   <xsd:complexType name="Unsubscribe">
     <xsd:all>
       <xsd:element name="eng800:SubscriptionId" type="xsd:string" minOccurs="0" />
     </xsd:all>
   </xsd:complexType>

Element

Default value

Description

SubscriptionId

[Required]

The client identifier that is associated with the subscription. This identifier matches the identifier that was sent as part of the Subscribe command.

The return result type for the Unsubscribe command is xmla-e:emptyresult.