This document is archived and information here might be outdated.  Recommended version.


IWorkspaceExtensionManager.UnRegisterExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtensionManager Interface > IWorkspaceExtensionManager.UnRegisterExtension Method
ArcGIS Developer Help

IWorkspaceExtensionManager.UnRegisterExtension Method

UnRegisters this workspace extension making it no longer required for successful connection to this database.

[Visual Basic .NET]
Public Sub UnRegisterExtension ( _
    ByVal GUID As UID _
)
[C#]
public void UnRegisterExtension (
    UID GUID
);
[C++]
HRESULT UnRegisterExtension(
  IUID* GUID
);
[C++]
Parameters
GUID [in]

GUID is a parameter of type IUID*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceExtensionManager Interface

.NET Samples

Extending the replication synchronization process