Share via


RemoteOfflineRuntime.Dispose Method (Boolean)

Disposes the resources used by the class.

Namespace:  Microsoft.Office.BusinessData.Offlining
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.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.Boolean
    true if called by user’s code; otherwise, false.

Remarks

This method is executed in two distinct scenarios. If disposing is equal to true, the method is called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing is equal to false, the method is called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed.

See Also

Reference

RemoteOfflineRuntime Class

RemoteOfflineRuntime Members

Dispose Overload

Microsoft.Office.BusinessData.Offlining Namespace