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