HostingEnvironment.IncrementBusyCount 메서드

정의

호스팅된 환경에서 사용 중인 개체 수를 하나씩 늘립니다.

public:
 static void IncrementBusyCount();
public static void IncrementBusyCount ();
static member IncrementBusyCount : unit -> unit
Public Shared Sub IncrementBusyCount ()

설명

등록된 개체는 HostingEnvironment 실행 중임을 개체에 알리는 신호이며 사용 중인 개체의 수를 1씩 늘입니다.

사용 중인 개체 수가 0 보다 큰 경우 보류 중인 요청이 없는 경우에 호스팅 애플리케이션에 시간 초과 되지 않습니다.

메서드에 대한 각 호출에 DecrementBusyCount 대해 메서드에 대한 호출이 IncrementBusyCount 있어야 합니다.

적용 대상