C# 클래스 iGoat.Service.StructureMapInstanceProvider

상속: IInstanceProvider
파일 보기 프로젝트 열기: AcklenAvenue/iGoat-Delivery-Back-End

공개 메소드들

메소드 설명
GetInstance ( System.ServiceModel.InstanceContext instanceContext ) : object
GetInstance ( System.ServiceModel.InstanceContext instanceContext, Message message ) : object
ReleaseInstance ( System.ServiceModel.InstanceContext instanceContext, object instance ) : void
StructureMapInstanceProvider ( Type serviceType ) : System

메소드 상세

GetInstance() 공개 메소드

public GetInstance ( System.ServiceModel.InstanceContext instanceContext ) : object
instanceContext System.ServiceModel.InstanceContext
리턴 object

GetInstance() 공개 메소드

public GetInstance ( System.ServiceModel.InstanceContext instanceContext, Message message ) : object
instanceContext System.ServiceModel.InstanceContext
message Message
리턴 object

ReleaseInstance() 공개 메소드

public ReleaseInstance ( System.ServiceModel.InstanceContext instanceContext, object instance ) : void
instanceContext System.ServiceModel.InstanceContext
instance object
리턴 void

StructureMapInstanceProvider() 공개 메소드

public StructureMapInstanceProvider ( Type serviceType ) : System
serviceType System.Type
리턴 System