This topic has not yet been rated - Rate this topic

ForceDownload method of the DfsrConnectionInfo class

Forces a download of a specified resource. The connection and bandwidth are controlled by other methods. This method assumes that the connection is on. The unique ID of the resource to be downloaded can be obtained by querying the ID record as described in Getting the ID Record for a File or Folder.

Syntax


uint32 ForceDownload(
  [in]  string ReplicatedFolderGuid,
  [in]  string Uid
);

Parameters

ReplicatedFolderGuid [in]

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

Uid [in]

The unique ID of the resource to download.

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.