Microsoft.Protocols.TestSuites.Common.ListsSoap.EndAddAttachment C# (CSharp) Method

EndAddAttachment() public method

public EndAddAttachment ( System asyncResult ) : string
asyncResult System
return string
        public string EndAddAttachment(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
ListsSoap