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

BeginGetListContentTypesAndProperties() public method

public BeginGetListContentTypesAndProperties ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetListContentTypesAndProperties(string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetListContentTypesAndProperties", new object[] {
                    listName,
                    contentTypeId,
                    propertyPrefix,
                    includeWebProperties,
                    includeWebPropertiesSpecified}, callback, asyncState);
        }
ListsSoap