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


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

IWorkspaceReplicaEvents.AfterCreateChildReplica Method

Occurs in the master geodatabase when a replica operation ends.

[Visual Basic .NET]
Public Sub AfterCreateChildReplica ( _
    ByVal Name As String, _
    ByVal parentReplicaType As esriReplicaType, _
    ByVal rDescription As IReplicaDescription, _
    ByVal childWorkspace As IWorkspace _
)
[C#]
public void AfterCreateChildReplica (
    string Name,
    esriReplicaType parentReplicaType,
    IReplicaDescription rDescription,
    IWorkspace childWorkspace
);
[C++]
HRESULT AfterCreateChildReplica(
  BSTR Name,
  esriReplicaType parentReplicaType,
  IReplicaDescription* rDescription,
  IWorkspace* childWorkspace
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR parentReplicaType [in]
parentReplicaType is a parameter of type esriReplicaType rDescription [in]
rDescription is a parameter of type IReplicaDescription* childWorkspace [in]
childWorkspace is a parameter of type IWorkspace*

Product Availability

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

See Also

IWorkspaceReplicaEvents Interface