Share via


RuntimeClass.Unregister Method

Stops the Business Connectivity Services Client Runtime interpretation of the solution configuration file.

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Sub Unregister
'Usage
Dim instance As RuntimeClass

instance.Unregister()
public void Unregister()

Remarks

It is recommended that this method is called as part of the add-in shutdown operation.

This call is required only after a solution was registered by using Register(String, IRuntimeCallback, Object) and if the registration was completed successfully.

See Also

Reference

RuntimeClass Class

RuntimeClass Members

Microsoft.Office.BusinessApplications.Runtime Namespace