Microsoft.KtmIntegration.KtmTransactionHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool
        protected override bool ReleaseHandle()
        {
            return NativeMethods.CloseHandle(this.handle);
        }