PollDsNow method of the DfsrConfig class

Polls the Active Directory for configuration changes and applies any changes to the service.

Syntax

uint32 PollDsNow(
  [in] string DcDnsName
);

Parameters

DcDnsName [in]

Fully qualified domain naming system (DNS) name of the domain controller to connect to. This parameter is optional.

Return value

This method returns one of the CONFIG_STATUS return codes.

Remarks

By default, DFSR polls the Active Directory every hour for changes in configuration.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
End of client support
Windows Vista
Namespace
Root\MicrosoftDfs
MOF
DfsRProvs.mof
DLL
DfsRWmiV2.dll

See also

DfsrConfig