'Declaration Public Function BeginGenerateModel( _ ByVal BatchHeader As BatchHeader, _ ByVal DataSource As String, _ ByVal Model As String, _ ByVal Parent As String, _ ByVal Properties() As Property, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginGenerateModel( BatchHeader BatchHeader, string DataSource, string Model, string Parent, Property[] Properties, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- DataSource
- Model
- Parent
- Properties
- callback
- asyncState