public class QSemaphore: QtSupport, System.IDisposable
System.Object
QtSupport
QSemaphoreThis type implements System.IDisposable.
Qt Namespace
QSemaphore Constructors
QSemaphore(int) Constructor
QSemaphore(void *) Constructor
QSemaphore Methods
QSemaphore.Available Method
QSemaphore.Finalize Method
QSemaphore.Total Method
QSemaphore.TryAccess Method
public void QSemaphore(int arg1);
Qt.QSemaphore Class, Qt Namespace
public void QSemaphore(void * ptr);
Qt.QSemaphore Class, Qt Namespace
public int Available();
Qt.QSemaphore Class, Qt Namespace
protected override void Finalize();
Qt.QSemaphore Class, Qt Namespace
public int Total();
Qt.QSemaphore Class, Qt Namespace
public bool TryAccess(int arg1);
Qt.QSemaphore Class, Qt Namespace