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

BeginGetListCollection() public method

public BeginGetListCollection ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetListCollection(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetListCollection", new object[0], callback, asyncState);
        }
ListsSoap