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

EndAddAttachment() public méthode

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