Property | Type | Description |
---|
Method | Description | |
---|---|---|
DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool | ||
DoWait ( IQueuedSync sync ) : void | ||
DoWaitUninterruptibly ( IQueuedSync sync ) : void | ||
Signal ( IQueuedSync sync ) : bool | ||
WaitNode ( ) : System |
public DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool | ||
sync | IQueuedSync | |
duration | System.TimeSpan | |
return | bool |
public DoWaitUninterruptibly ( IQueuedSync sync ) : void | ||
sync | IQueuedSync | |
return | void |