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

EndGetListContentTypesAndProperties() public method

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