Microsoft.Protocols.TestSuites.Common.ListsSoap.BeginCreateContentType C# (CSharp) Method

BeginCreateContentType() public method

public BeginCreateContentType ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, System callback, object asyncState ) : System.IAsyncResult
listName string
displayName string
parentType string
fields AddOrUpdateFieldsDefinition
contentTypeProperties CreateContentTypeContentTypeProperties
addToView string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCreateContentType(string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CreateContentType", new object[] {
                    listName,
                    displayName,
                    parentType,
                    fields,
                    contentTypeProperties,
                    addToView}, callback, asyncState);
        }
ListsSoap