Microsoft.Protocols.TestSuites.Common.ListsSoap.EndGetListContentTypesAndProperties C# (CSharp) Метод

EndGetListContentTypesAndProperties() публичный Метод

public EndGetListContentTypesAndProperties ( System asyncResult ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
asyncResult System
Результат GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
        public GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult EndGetListContentTypesAndProperties(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult)(results[0]));
        }
ListsSoap