Release

This function releases the enumeration context attained in the EnumerateConnectedMachines method. It should be called by a client if an enumeration is no longer needed, thus enabling the server to free up resources.

There is no need to call this function if an enumeration has completed (i.e. an EndOfSequence has been received in a Pull).

Header

void Release (

    [in] uint EnumerationContext

);

Parameters

Parameter

Description

EnumerationContext

The required EnumerationContext element contains the enumeration context received from the EnumerateConnectedMachines method.

 

Return Values

The command may return the following SOAP Fault:

Code

Description

RET_INVALID_ENUMERATION_CONTEXT

An invalid enumeration context has been passed as a parameter. This may occur if the enumeration context returned by the EnumerateConnectedMachines was not used when invoking the Release command.

 

See Also:

   EnumerateConnectedMachines Command

   Pull

 

Copyright © 2006-2022, Intel Corporation. All rights reserved.