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

EndGetVersionCollection() public method

public EndGetVersionCollection ( System asyncResult ) : GetVersionCollectionResponseGetVersionCollectionResult
asyncResult System
return GetVersionCollectionResponseGetVersionCollectionResult
        public GetVersionCollectionResponseGetVersionCollectionResult EndGetVersionCollection(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetVersionCollectionResponseGetVersionCollectionResult)(results[0]));
        }
ListsSoap