Microsoft.Protocols.TestSuites.Common.ListsSoap.BeginCreateContentType C# (CSharp) Метод

BeginCreateContentType() публичный Метод

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
Результат 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