Check an upload ticket without blocking the calling thread. Fire an TicketsChecked event when tickets are checked.

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

Syntax

C#
public void UploadCheckTicketsAsync(
	int ticketId
)
Visual Basic (Declaration)
Public Sub UploadCheckTicketsAsync ( _
	ticketId As Integer _
)
Visual C++
public:
void UploadCheckTicketsAsync(
	int ticketId
)

Parameters

ticketId
Type: System..::.Int32
The tickets ID to check

Remarks

This method encapsulates upload.checkTickets

See Also