Click or drag to resize
Service<ServiceInterface> Methods

The Service< ServiceInterface> generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEntry Obsolete.
Returns the service implementation as registered within the system.
Public methodStatic memberForObjectType<ObjectType> Obsolete.
Returns service interface as a static singleton for the given object type
Public methodStatic memberTryExecute<ResultType> Obsolete.
Attempts to execute the given lambda expression over the service instance. If service instance is not available, does not execute and returns default value of ReturnType
Public methodStatic memberUse<ServiceType> Obsolete.
Sets ServiceType to be used as implementation of ServiceInterface.
Top
See Also