Microsoft.Protocols.TestSuites.Common.ListsSoap.EndUpdateList C# (CSharp) 메소드

EndUpdateList() 공개 메소드

public EndUpdateList ( System asyncResult ) : UpdateListResponseUpdateListResult
asyncResult System
리턴 UpdateListResponseUpdateListResult
        public UpdateListResponseUpdateListResult EndUpdateList(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((UpdateListResponseUpdateListResult)(results[0]));
        }
ListsSoap