Command.Dispose Method (Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Protected MustOverride Sub Dispose ( _
disposing As Boolean _
)
protected abstract void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) abstract
abstract Dispose :
disposing:bool -> unit
protected abstract function Dispose(
disposing : boolean
)
Parameters
- disposing
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.