This topic has not yet been rated - Rate this topic

ForceFolderReplication method of the DfsrConnectionInfo class

Controls replication by forcing a designated folder to replicate. After the duration expires, the DFS Replication service will revert to the configured replication schedule.

Syntax


uint32 ForceFolderReplication(
  [in]  uint32 DurationInMin,
  [in]  uint32 Bandwidth,
  [in]  string ReplicatedFolderGuid
);

Parameters

DurationInMin [in]

The duration, in minutes. This value cannot exceed one week (10,080 minutes).

Bandwidth [in]

The valid bandwidth level. This parameter can be one of the following values.

ValueMeaning
BANDWIDTH_LEVEL_OFF
0x0

No replication.

BANDWIDTH_LEVEL_16_KBPS
0x1

16 kilobits per second (Kbps).

BANDWIDTH_LEVEL_64_KBPS
0x2

64 Kbps.

BANDWIDTH_LEVEL_128_KBPS
0x3

128 Kbps.

BANDWIDTH_LEVEL_256_KBPS
0x4

256 Kbps.

BANDWIDTH_LEVEL_512_KBPS
0x5

512 Kbps.

BANDWIDTH_LEVEL_1_MBPS
0x6

1 Mbps.

BANDWIDTH_LEVEL_2_MBPS
0x7

2 Mbps.

BANDWIDTH_LEVEL_4_MBPS
0x8

4 Mbps.

BANDWIDTH_LEVEL_8_MBPS
0x9

8 Mbps.

BANDWIDTH_LEVEL_16_MBPS
0xA

16 Mbps.

BANDWIDTH_LEVEL_32_MBPS
0xB

32 Mbps.

BANDWIDTH_LEVEL_64_MBPS
0xC

64 Mbps.

BANDWIDTH_LEVEL_128_MBPS
0xD

128 Mbps.

BANDWIDTH_LEVEL_256_MBPS
0xE

256 Mbps.

BANDWIDTH_LEVEL_INFINITE
0xF

Full bandwidth (no throttling.)

 

ReplicatedFolderGuid [in]

The unique identifier of the replicated folder to force replication on.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

End of client support

Windows Vista

Namespace

\\.\Root\MicrosoftDfs

MOF

Dfsrprov.mof;
Dfsrprovs.mof on Windows Server 2008 R2 and Windows Server 2008

See also

DfsrConnectionInfo

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.