Compensator.EndPrepare メソッド
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

Dim instance As Compensator Dim returnValue As Boolean returnValue = instance.EndPrepare
成功した場合は true。それ以外の場合は false。

Public Overrides Function EndPrepare() As Boolean ' Allow the transaction to proceed onlyif we have received a prepare record. If receivedPrepareRecord Then Return True Else Return False End If End Function 'EndPrepare
public override bool EndPrepare () { // Allow the transaction to proceed onlyif we have received a prepare record. if (receivedPrepareRecord) { return(true); } else { return(false); } }


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からCompensator.EndPrepare メソッドを検索する場合は、下記のリンクをクリックしてください。

- Compensator.EndPrepare メソッドのページへのリンク