|
ServiceGetServiceContract Method
|
Gets the contract that the service implements.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public static Type GetServiceContract(
Type serviceType
)
Public Shared Function GetServiceContract (
serviceType As Type
) As Type
public:
static Type^ GetServiceContract(
Type^ serviceType
)
static member GetServiceContract :
serviceType : Type -> Type
GSF.ServiceModel.Service.GetServiceContract = function(serviceType);
View SourceParameters
- serviceType Type
- Type of the service.
Return Value
TypeType of the service contract if found, otherwise null.
See Also