The InitializeData Windows Management Instrumentation (WMI) class method, in Configuration Manager, reinitializes a specific replication group between two specified sites.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SInt32 InitializeData( UInt32 ReplicationGroupID, String SiteCode1, String SiteCode2 ); |
Parameters
- ReplicationGroupID
- Data type: UInt32Qualifiers: [in]Unique identifier of the replication group.
- SiteCode1
- Data type: StringQualifiers: [in]Site code 1.
- SiteCode2
- Data type: StringQualifiers: [in]Site code 2.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.