C# 클래스 Thinktecture.ServiceModel.InstancePoolingInstanceProvider

상속: IInstanceProvider
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel 1 사용 예제들

공개 메소드들

메소드 설명
InstancePoolingInstanceProvider ( Type instanceType, int minPoolSize ) : System

Initializes a new instance of the InstancePoolingInstanceProvider class.

비공개 메소드들

메소드 설명
CreateNewPoolObject ( ) : object

Creates the new pool object.

IInstanceProvider ( System.ServiceModel.InstanceContext instanceContext ) : object

Returns a service object given the specified T:System.ServiceModel.InstanceContext object.

IInstanceProvider ( System.ServiceModel.InstanceContext instanceContext, Message message ) : object

Returns a service object given the specified T:System.ServiceModel.InstanceContext object.

IInstanceProvider ( System.ServiceModel.InstanceContext instanceContext, object instance ) : void

Called when an T:System.ServiceModel.InstanceContext object recycles a service object.

Initialize ( ) : void

Initializes this instance.

idleTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs args ) : void

Handles the Elapsed event of the idleTimer control.

메소드 상세

InstancePoolingInstanceProvider() 공개 메소드

Initializes a new instance of the InstancePoolingInstanceProvider class.
public InstancePoolingInstanceProvider ( Type instanceType, int minPoolSize ) : System
instanceType System.Type Type of the instance.
minPoolSize int Size of the min pool.
리턴 System