System.Threading.ManualResetEventSlim Class Reference
+ Inheritance diagram for System.Threading.ManualResetEventSlim:
+ Collaboration diagram for System.Threading.ManualResetEventSlim:

Public Member Functions

 ManualResetEventSlim ()
 
 ManualResetEventSlim (bool initialState)
 
 ManualResetEventSlim (bool initialState, int spinCount)
 
void Reset ()
 
void Set ()
 
void Wait ()
 
bool Wait (int millisecondsTimeout)
 
bool Wait (TimeSpan timeout)
 
void Wait (CancellationToken cancellationToken)
 
bool Wait (int millisecondsTimeout, CancellationToken cancellationToken)
 
bool Wait (TimeSpan timeout, CancellationToken cancellationToken)
 
void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Properties

bool IsSet [get]
 
int SpinCount [get]
 
WaitHandle WaitHandle [get]
 

Detailed Description

Definition at line 34 of file ManualResetEventSlim.cs.

Constructor & Destructor Documentation

System.Threading.ManualResetEventSlim.ManualResetEventSlim ( )

Definition at line 43 of file ManualResetEventSlim.cs.

System.Threading.ManualResetEventSlim.ManualResetEventSlim ( bool  initialState)

Definition at line 48 of file ManualResetEventSlim.cs.

System.Threading.ManualResetEventSlim.ManualResetEventSlim ( bool  initialState,
int  spinCount 
)

Definition at line 53 of file ManualResetEventSlim.cs.

Member Function Documentation

void System.Threading.ManualResetEventSlim.Dispose ( )

Definition at line 236 of file ManualResetEventSlim.cs.

virtual void System.Threading.ManualResetEventSlim.Dispose ( bool  disposing)
protectedvirtual

Definition at line 241 of file ManualResetEventSlim.cs.

void System.Threading.ManualResetEventSlim.Reset ( )

Definition at line 74 of file ManualResetEventSlim.cs.

void System.Threading.ManualResetEventSlim.Set ( )

Definition at line 83 of file ManualResetEventSlim.cs.

void System.Threading.ManualResetEventSlim.Wait ( )

Definition at line 136 of file ManualResetEventSlim.cs.

bool System.Threading.ManualResetEventSlim.Wait ( int  millisecondsTimeout)

Definition at line 141 of file ManualResetEventSlim.cs.

bool System.Threading.ManualResetEventSlim.Wait ( TimeSpan  timeout)

Definition at line 146 of file ManualResetEventSlim.cs.

void System.Threading.ManualResetEventSlim.Wait ( CancellationToken  cancellationToken)

Definition at line 151 of file ManualResetEventSlim.cs.

bool System.Threading.ManualResetEventSlim.Wait ( int  millisecondsTimeout,
CancellationToken  cancellationToken 
)

Definition at line 156 of file ManualResetEventSlim.cs.

bool System.Threading.ManualResetEventSlim.Wait ( TimeSpan  timeout,
CancellationToken  cancellationToken 
)

Definition at line 197 of file ManualResetEventSlim.cs.

Property Documentation

bool System.Threading.ManualResetEventSlim.IsSet
get

Definition at line 62 of file ManualResetEventSlim.cs.

int System.Threading.ManualResetEventSlim.SpinCount
get

Definition at line 68 of file ManualResetEventSlim.cs.

WaitHandle System.Threading.ManualResetEventSlim.WaitHandle
get

Definition at line 202 of file ManualResetEventSlim.cs.


The documentation for this class was generated from the following file: