'Declaration Public Function BeginCreateDataSource( _ ByVal BatchHeader As BatchHeader, _ ByVal DataSource As String, _ ByVal Parent As String, _ ByVal Overwrite As Boolean, _ ByVal Definition As DataSourceDefinition, _ ByVal Properties() As Property, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginCreateDataSource( BatchHeader BatchHeader, string DataSource, string Parent, bool Overwrite, DataSourceDefinition Definition, Property[] Properties, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- DataSource
- Parent
- Overwrite
- Definition
- Properties
- callback
- asyncState