'Declaration Public Function BeginCreateResource( _ ByVal BatchHeader As BatchHeader, _ ByVal Resource As String, _ ByVal Parent As String, _ ByVal Overwrite As Boolean, _ ByVal Contents() As Byte, _ ByVal MimeType As String, _ ByVal Properties() As Property, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginCreateResource( BatchHeader BatchHeader, string Resource, string Parent, bool Overwrite, byte[] Contents, string MimeType, Property[] Properties, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Resource
- Parent
- Overwrite
- Contents
- MimeType
- Properties
- callback
- asyncState