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


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

IReplicaDescriptionExtensionManager.UnRegisterExtension Method

UnRegisters this replica description.

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

pGuid is a parameter of type IUID*

Product Availability

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

See Also

IReplicaDescriptionExtensionManager Interface