SPCallCounter.Dispose method (Boolean)

Overload of the system Dispose method for this [Microsoft.SharePoint.Utilities.SPCallCounter] instance.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposed As Boolean _
)
'Usage
Dim disposed As Boolean

Me.Dispose(disposed)
protected virtual void Dispose(
    bool disposed
)

Parameters

  • disposed
    Type: System.Boolean

    A [System.Boolean] value indicating whether the Dispose function was successful or not.

See also

Reference

SPCallCounter class

SPCallCounter members

Dispose overload

Microsoft.SharePoint.Utilities namespace