Platform SDK: Transaction Server

Deactivate Method Example

[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]

Implements ObjectControl
Dim objcontext As ObjectContext
Option Explicit

Private Sub ObjectControl_Deactivate()
    ' Perform any necessary cleanup here.
    Set objcontext = Nothing
End Sub