Cucumber.SimpleDb.Transport.SimpleDbRestService.ListDomains C# (CSharp) Méthode

ListDomains() public méthode

public ListDomains ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement
        public XElement ListDomains()
        {
            return ListDomains(null);
        }

Same methods

SimpleDbRestService::ListDomains ( string nextPageToken ) : System.Xml.Linq.XElement