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


IWorkspaceExtensionManager.UnRegisterExtension Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 (Code Files: RegisterExtension)