Sets the consistent bit and the done bit to true in the COM+ context.
[Visual Basic]
Public Shared Sub SetComplete()
[C#]
public static void SetComplete();
[C++]
public: static void SetComplete();
[JScript]
public static function SetComplete();
Exceptions
| Exception Type | Condition |
| COMException | There is no COM+ context available. |
Remarks
If asked, the COM+ context will commit the current transaction, and the object is deactivated on method return.
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
See Also
ContextUtil Class | ContextUtil Members | System.EnterpriseServices Namespace