C# 클래스 Crowbar.RequestWaitHandle

The default implementation for synchronizing an HTTP request.
상속: IRequestWaitHandle
파일 보기 프로젝트 열기: mrydengren/crowbar

공개 메소드들

메소드 설명
Dispose ( ) : void
RequestWaitHandle ( ) : System.Threading

Creates an instance of RequestWaitHandle.

Signal ( ) : void
Wait ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RequestWaitHandle() 공개 메소드

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

Signal() 공개 메소드

public Signal ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void