FuelSDK.ET_List.GetMoreResults C# (CSharp) Method

GetMoreResults() public method

public GetMoreResults ( ) : FuelSDK.GetReturn
return FuelSDK.GetReturn
        public FuelSDK.GetReturn GetMoreResults()
        {
            FuelSDK.GetReturn response = new GetReturn(this, true, null);
            this.LastRequestID = response.RequestID;
            return response;
        }