StsAdapter.Dispose Method (Boolean)
NOTE: This API is now obsolete.
This member overrides MarshalByValueComponent.Dispose(Boolean).
Namespace: Microsoft.SharePoint.Dsp.Sts
Assembly: Microsoft.SharePoint.Dsp.Sts (in Microsoft.SharePoint.Dsp.Sts.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Protected Overrides Sub Dispose ( _
fDisposing As Boolean _
)
'Usage
Dim fDisposing As Boolean
Me.Dispose(fDisposing)
[ObsoleteAttribute("Use the Lists web service instead.")]
protected override void Dispose(
bool fDisposing
)
Parameters
- fDisposing
Type: System.Boolean