C# Class iGoat.Service.StructureMapInstanceProvider

Inheritance: IInstanceProvider
Afficher le fichier Open project: AcklenAvenue/iGoat-Delivery-Back-End

Méthodes publiques

Méthode Description
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

Method Details

GetInstance() public méthode

public GetInstance ( System.ServiceModel.InstanceContext instanceContext ) : object
instanceContext System.ServiceModel.InstanceContext
Résultat object

GetInstance() public méthode

public GetInstance ( System.ServiceModel.InstanceContext instanceContext, Message message ) : object
instanceContext System.ServiceModel.InstanceContext
message Message
Résultat object

ReleaseInstance() public méthode

public ReleaseInstance ( System.ServiceModel.InstanceContext instanceContext, object instance ) : void
instanceContext System.ServiceModel.InstanceContext
instance object
Résultat void

StructureMapInstanceProvider() public méthode

public StructureMapInstanceProvider ( Type serviceType ) : System
serviceType System.Type
Résultat System