This documentation supports the 18.08 version of Remedy Action Request System.

To view the latest version, select the version from the Product version menu.

ARRemoveClientManagedTransaction

Note

You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs.

Description

Enables you to remove the client-managed database transaction. All the subsequent calls for this control record will not be part of the transaction associated with the transaction handle. You can also use handles received from the equivalent CMDB call.

Privileges

All users.

Synopsis

#include "ar.h"
#include "arextern.h"
int ARRemoveClientManagedTransaction (
	ARControlStruct		*control,
	ARStatusList		*status)

Input arguments

control

The control record for the operation, which contains information about the user requesting the operation and the server on which the operation is to be performed.

Return values

status

A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error checking.

See also

ARSetClientManagedTransaction

Was this page helpful? Yes No Submitting... Thank you

Comments