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