C# Class Crowbar.RequestWaitHandle

The default implementation for synchronizing an HTTP request.
Inheritance: IRequestWaitHandle
Show file Open project: mrydengren/crowbar

Public Methods

Method Description
Dispose ( ) : void
RequestWaitHandle ( ) : System.Threading

Creates an instance of RequestWaitHandle.

Signal ( ) : void
Wait ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RequestWaitHandle() public method

Creates an instance of RequestWaitHandle.
public RequestWaitHandle ( ) : System.Threading
return System.Threading

Signal() public method

public Signal ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void