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