Click or drag to resize

ServiceGetServiceContract Method

Gets the contract that the service implements.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public static Type GetServiceContract(
	Type serviceType
)
View Source

Parameters

serviceType  Type
Type of the service.

Return Value

Type
Type of the service contract if found, otherwise null.
See Also