Click or drag to resize
ClientConfigPubEntSrv Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server for the purposes of publishing.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public IEnterpriseService PubEntSrv(
	int PublishTimeoutMinutes,
	bool asGuest = false,
	ref string ErrorMessage = ""
)

Parameters

PublishTimeoutMinutes
Type: SystemInt32
asGuest (Optional)
Type: SystemBoolean
ErrorMessage (Optional)
Type: SystemString
An optional string to return any error message generated when creating the object.

Return Value

Type: IEnterpriseService
The EnterpriseServiceClient object this object uses to communicate with the server for the purposes of publishing.
Remarks