System.PublishDataToEndPoint (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
PublishDataToEndPointInternal WriteAction System.PublishDataToEndPointInternal Default

Overrideable Parameters:

IDParameterTypeSelector
EndpointUrlstring$Config/EndpointUrl$
SkipQueuebool$Config/SkipQueue$

Source Code:

<WriteActionModuleType ID="System.PublishDataToEndPoint" Accessibility="Internal">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System.EndpointWriteAction.ConfigurationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AuthenticationCertificatePfx" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AuthenticationMode" type="AuthenticationMode"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Attributes" type="AttributesType" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CompressionType" type="CompressionType" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DeletionPriority" type="DeletionPriority"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EndpointUrl" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HttpMethod" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HttpHeaders" type="HttpHeadersType" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Priority" type="Priority"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SkipQueue" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeToLive" type="xsd:duration" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="EndpointUrl" ParameterType="string" Selector="$Config/EndpointUrl$"/>
<OverrideableParameter ID="SkipQueue" ParameterType="bool" Selector="$Config/SkipQueue$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<WriteAction TypeID="System.PublishDataToEndPointInternal" ID="PublishDataToEndPointInternal">
<AuthenticationCertificatePfx>$Config/AuthenticationCertificatePfx$</AuthenticationCertificatePfx>
<AuthenticationMode>$Config/AuthenticationMode$</AuthenticationMode>
<Attributes>$Config/Attributes$</Attributes>
<CompressionType>$Config/CompressionType$</CompressionType>
<DeletionPriority>$Config/DeletionPriority$</DeletionPriority>
<EndpointUrl>$Config/EndpointUrl$</EndpointUrl>
<HttpMethod>$Config/HttpMethod$</HttpMethod>
<HttpHeaders>$Config/HttpHeaders$</HttpHeaders>
<InstanceId>$Target/Id$</InstanceId>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<Priority>$Config/Priority$</Priority>
<RuleId>$MPElement$</RuleId>
<SkipQueue>$Config/SkipQueue$</SkipQueue>
<TimeToLive>$Config/TimeToLive$</TimeToLive>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="PublishDataToEndPointInternal"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>