ServiceTypeInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the class used by the ServiceRemoting to lookup the interfaces implemented by the service.
public sealed class ServiceTypeInformation
type ServiceTypeInformation = class
Public NotInheritable Class ServiceTypeInformation
- Inheritance
-
ServiceTypeInformation
Properties
ImplementationType |
Gets the type of the class implementing the service interface. |
InterfaceTypes |
Gets the interface types implemented. |
IsAbstract |
Gets a value indicating whether class implementing service interface is abstract. |
Methods
Get(Type) |
Factory method that constructs a ServiceTypeInformation object from the given type |
TryGet(Type, ServiceTypeInformation) |
Gets the Factory method that constructs a ServiceTypeInformation object from the given type. |
Applies to
Azure SDK for .NET