Set SEViewer Location

AVIcode.DotNet.SystemCenter.Client.Collector.SetSEViewerLocation.WA (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
SetSEViewerLocationWA WriteAction AVIcode.DotNet.SystemCenter.Client.CommonScript.WA Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
SEViewerLocationstring$Config/SEViewerLocation$SEViewer LocationSEViewer computer name.
SecureConnectionbool$Config/SecureConnection$Secure ConnectionIndicates whether https is used to connect to the SEViewer computer.
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsModule execution timeout (measured in seconds).

Source Code:

<WriteActionModuleType ID="AVIcode.DotNet.SystemCenter.Client.Collector.SetSEViewerLocation.WA" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SEViewerLocation" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SecureConnection" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="SEViewerLocation" Selector="$Config/SEViewerLocation$" ParameterType="string"/>
<OverrideableParameter ID="SecureConnection" Selector="$Config/SecureConnection$" ParameterType="bool"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="SetSEViewerLocationWA" TypeID="AVIcode.DotNet.SystemCenter.Client.CommonScript.WA">
<Action>SetSEViewerLocation</Action>
<Arguments>"$Config/SEViewerLocation$" "$Config/SecureConnection$"</Arguments>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="SetSEViewerLocationWA"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>