메소드 | 설명 | |
---|---|---|
DecreaseUsage ( long value ) : void |
Decrease the level of Usage.
|
|
EnqueueUsage ( long usage ) : void |
Attempts to increase the amount of Memory Used, if non is available to fill then this method blocks until more is freed.
|
|
IncreaseUsage ( long value ) : void |
Increase the level of Usage.
|
|
IsFull ( ) : bool |
Checks if the Usage Windows has become full, is so returns true otherwise returns false.
|
|
MemoryUsage ( ) : System | ||
MemoryUsage ( long limit ) : System | ||
Stop ( ) : void | ||
WaitForSpace ( ) : void |
If no space is available then this method blocks until more becomes available.
|
|
WaitForSpace ( System.TimeSpan timeout ) : void |
If no space is available then this method blocks until more becomes available or until the specified timeout expires.
|
public WaitForSpace ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan |
/// A |
리턴 | void |