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

BeginGetListItemChangesWithKnowledge() public method

public BeginGetListItemChangesWithKnowledge ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, System callback, object asyncState ) : System.IAsyncResult
listName string
viewName string
query GetListItemChangesWithKnowledgeQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
syncScope string
knowledge GetListItemChangesWithKnowledgeKnowledge
contains CamlContains
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetListItemChangesWithKnowledge(string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetListItemChangesWithKnowledge", new object[] {
                    listName,
                    viewName,
                    query,
                    viewFields,
                    rowLimit,
                    queryOptions,
                    syncScope,
                    knowledge,
                    contains}, callback, asyncState);
        }
ListsSoap