Cucumber.SimpleDb.Transport.SimpleDbRestService.ListDomains C# (CSharp) Method

ListDomains() public method

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

Same methods

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