SharepointPublishingToolboxService.Dispose Method (Boolean)
Cleans up resources being used.
Namespace: Microsoft.SharePoint.Publishing.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void Dispose(
bool disposing
)
Parameters
- disposing
Type: System.Boolean
See Also
Reference
SharepointPublishingToolboxService Class