CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.SampleRuntime< TAuthenticationToken, TCommandHanderOrEventHandler >.MockDependencyResolver Class Reference

Provides an ability to resolve a minimum known set of objects. More...

+ Inheritance diagram for Cqrs.Configuration.SampleRuntime< TAuthenticationToken, TCommandHanderOrEventHandler >.MockDependencyResolver:

Public Member Functions

override T Resolve< T > ()
 Resolves a single instance for the specified T . Different implementations may return the first or last instance found or may return an exception. More...
 
override object Resolve (Type type)
 Resolves a single instance for the specified type . Different implementations may return the first or last instance found or may return an exception. More...
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 

Static Public Member Functions

static void Start ()
 Starts the IDependencyResolver. More...
 

Additional Inherited Members

- Properties inherited from Cqrs.Configuration.DependencyResolver
static IDependencyResolver Current [get, protected set]
 The current instance of the IDependencyResolver. More...
 

Detailed Description

Provides an ability to resolve a minimum known set of objects.