Click or drag to resize

ScoringProgramDataConnectorHttpClientInstance Method

Returns the singleton instance of the client with its ClubdId and LicenceKey properties set to the values of the parameters.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 5.0.1014.1+c0d6f9bc4d7d415f4cee902c0a8eb3b5237ddd44
Syntax
C#
public static ScoringProgramDataConnectorHttpClient Instance(
	string clubId,
	string licenceKey
)

Parameters

clubId  String
The id of the club that is using the client
licenceKey  String
The licence key for the club using the client

Return Value

ScoringProgramDataConnectorHttpClient
See Also