Gets remaining tickets

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

Syntax

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

Return Value

The remaining tickets

See Also