Kylix SMS .NET Library 6.0  Developer's Guide (Beta)
Queue Class
Namespace: KylixSMSLib
Assembly: KylixSMSLib (in KylixSMSLib.dll)

Methods:

int Clear()

Delete all messages in SMS queue.

int Pause()

Pause sending SMS in queue.

int Resume()

Resume sending SMS in queue

bool IsRunning()

Check if the SMS queue is running.

int RemoveID

Remove SMS from queue.

int SyncIDWithDB

Synchronize SMS unique ID with database

Properties:

int FreeCount

Get the queue count is empty.

int QueueSize

Max queue size.

int UnsentCount

Message count have not be sent.

Enums:

Queue.enumPriority { Low = 1, Normal, High }