ReleaseOp

This operation cancels an existing enumeration context early (that is, before the client has pulled all the incidents, and before the enumeration context has expired.)

You can use this operation to cancel an enumeration context from an enumerate operation. To cancel an enumeration context from a subscription operation, unsubscribe instead. (See UnsubscribeOp.)

Input

SOAP Body

Element wsen:Release (of anonymous type), which contains the subelement wsen:EnumerationContext of type wsen:EnumerationContextType.

wsen:EnumerationContext contains a string that identifies the enumeration context. Use a wsen:EnumerationContext that one of the following operations returns:

SOAP Header

Output

The SOAP body is empty.

Fault

If it cannot release the enumeration context, the service returns a fault according to the WS-Management standard.