Click or drag to resize
ServiceServiceInterface Methods

The ServiceServiceInterface generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEntry
Returns the service interface as a static singleton
Public methodStatic memberForObjectTypeObjectType
Returns service interface as a static singleton for the given object type
Public methodStatic memberTryExecuteResultType
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 memberUseServiceType
Sets ServiceType to be used as implementation of ServiceInterface.
Top
See Also