Gets done tickets

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IEnumerable<Ticket> GetDoneTickets()
Visual Basic (Declaration)
Public Function GetDoneTickets As IEnumerable(Of Ticket)
Visual C++
public:
IEnumerable<Ticket^>^ GetDoneTickets()

Return Value

The done tickets

See Also