Microsoft.Protocols.TestSuites.Common.ListsSoap.EndGetListContentTypesAndProperties C# (CSharp) Méthode

EndGetListContentTypesAndProperties() public méthode

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