Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.27 KB

File metadata and controls

52 lines (39 loc) · 1.27 KB
title end Method (SQLServerXAResource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerXAResource.end
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e6418b27-793b-4b36-8dfb-756aec7bcbba
author David-Engel
ms.author v-daenge

end Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Ends the work performed on behalf of a transaction branch.

Syntax

  
public void end(javax.transaction.xa.Xid xid,  
                int flags)  

Parameters

xid

An Xid object.

flags

An int value.

Exceptions

javax.transaction.xa.XAException

Remarks

This end method is specified by the end method in the javax.transaction.xa.XAResource interface.

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class