This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface > IReplicaMessageHandler.Init Method (ArcObjects .NET 10.5 SDK) |
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
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.