'Declaration Public Function BeginCreateDataDrivenSubscription( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As String, _ ByVal ExtensionSettings As ExtensionSettings, _ ByVal DataRetrievalPlan As DataRetrievalPlan, _ ByVal Description As String, _ ByVal EventType As String, _ ByVal MatchData As String, _ ByVal Parameters() As ParameterValueOrFieldReference, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginCreateDataDrivenSubscription( BatchHeader BatchHeader, string Report, ExtensionSettings ExtensionSettings, DataRetrievalPlan DataRetrievalPlan, string Description, string EventType, string MatchData, ParameterValueOrFieldReference[] Parameters, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Report
- ExtensionSettings
- DataRetrievalPlan
- Description
- EventType
- MatchData
- Parameters
- callback
- asyncState