C# Class Castle.Facilities.WcfIntegration.Lifestyles.WcfOperationScopeAccessor
Mostra file
Open project: castleproject/Windsor
Public Methods
Method |
Description |
|
Dispose ( ) : void |
|
|
GetScope ( CreationContext context ) : ILifetimeScope |
|
|
Private Methods
Method |
Description |
|
GetScope ( IExtensibleObject scopeHolder ) : ILifetimeScope |
|
|
GetScopeHolder ( ) : System.ServiceModel.OperationContext |
|
|
Method Details
public Dispose ( ) : void |
return |
void |
|
public GetScope ( CreationContext context ) : ILifetimeScope |
context |
Castle.MicroKernel.Context.CreationContext |
|
return |
ILifetimeScope |
|