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


IReplicaMessageHandler.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface > IReplicaMessageHandler.Init Method
ArcGIS Developer Help

IReplicaMessageHandler.Init Method

Init replica message handler.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal MsgFileName As String, _
    ByVal MsgExportOption As esriExportDataChangesOption _
)
[C#]
public void Init (
    string MsgFileName,
    esriExportDataChangesOption MsgExportOption
);
[C++]
HRESULT Init(
  BSTR MsgFileName,
  esriExportDataChangesOption MsgExportOption
);
[C++]
Parameters
MsgFileName [in]

MsgFileName is a parameter of type BSTR MsgExportOption [in]
MsgExportOption is a parameter of type esriExportDataChangesOption

Product Availability

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

Remarks

This method initializes the ReplicMessageHandler coclass.

The init method takes an MsgFileName as a string and the MsgExportOption as the data changes option.  The MsgFileName parameter is the replica data changes file.  This may be a delta XML file, delta database, or a delta file geodatabase.  The MsgExportOption parameter specifies the type of replica data changes file.  See esriExportDataChangesOption for more information.

 

 

See Also

IReplicaMessageHandler Interface