ClientRuntimeContext.Dispose method (Boolean)
Disposes of the runtime context depending on the specified Boolean value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
Parameters
disposing
Type: System.Booleantrue if the method has been called directly or indirectly by the user's code and managed and unmanaged resources can be disposed of; false if only unmanaged resources can be disposed of.
Remarks
This method disposes of the resource based on the specified parameter.