Creates an instance of the service associated with this contract

Namespace: Braintech.Vi_FaceDetector.Proxy
Assembly:  Vi_FaceDetector.Y2007.M10.Proxy (in Vi_FaceDetector.Y2007.M10.Proxy.dll)

Syntax

C#
public static DsspResponsePort<CreateResponse> CreateService(
	ConstructorPort contructorServicePort,
	params PartnerType[] partners
)

Parameters

contructorServicePort
ConstructorPort
Contractor Service that will create the instance
partners
array<PartnerType>[]()
Optional list of service partners for new service instance

Return Value

Result PortSet for retrieving service creation response

See Also