Recarregar configuração

Microsoft.Windows.NetworkLoadBalancing.ReloadConfiguration (Task)

Esta tarefa força o controlador do NLB a recarregar a respetiva configuração a partir do registo.

Knowledge Base article:

Resumo

Esta tarefa força o controlador do NLB a recarregar a respetiva configuração a partir do registo.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.ServerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.NetworkLoadBalancing.NodeAction.WithIPAddressParameterOnly Default

Source Code:

<Task ID="Microsoft.Windows.NetworkLoadBalancing.ReloadConfiguration" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.ServerRole" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.NodeAction.WithIPAddressParameterOnly">
<ClusterIP>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.ServerRole"]/ClusterIP$</ClusterIP>
<Operation>reload</Operation>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>