構成の再読み込み

Microsoft.Windows.NetworkLoadBalancing.ReloadConfiguration (Task)

このタスクでは、強制的に NLB ドライバーによってレジストリから構成が再読み込みされます。

Knowledge Base article:

概要

このタスクでは、強制的に NLB ドライバーによってレジストリから構成が再読み込みされます。

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>