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.