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

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

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