Dependency Monitor Remote Contributor Receiver Data Source

Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiverDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelector
DatabasePollingIntervalstring$Config/DatabasePollingInterval$
BatchSizeint$Config/BatchSize$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DependencyMonitor.RemoteContributorReceiverDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DatabasePollingInterval" type="xsd:duration"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="BatchSize" type="xsd:unsignedInt"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="DatabasePollingInterval" ParameterType="string" Selector="$Config/DatabasePollingInterval$"/>
<OverrideableParameter ID="BatchSize" ParameterType="int" Selector="$Config/BatchSize$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.EnterpriseManagement.Modules.StateChangeDataSource, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.StateChangeDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>