구성 다시 로드

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>