The Service ServiceInterface  type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Entry | 
            Returns the service interface as a static singleton
              | |
| ForObjectType ObjectType | 
            Returns service interface as a static singleton for the given object type
              | |
| TryExecute ResultType | 
            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
              | |
| Use ServiceType | 
            Returns the service interface
              | 
Properties
| Name | Description | |
|---|---|---|
| IsAvailable | 
            Checks whether the service is available
              | 
See Also