ClientConfigPubEntSrv Method |
|
DataPA OpenAnalytics API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server for the purposes of publishing.
Namespace: DataPAClientConfigAssembly: 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 = ""
)
Public Function PubEntSrv (
PublishTimeoutMinutes As Integer,
Optional asGuest As Boolean = false,
Optional ByRef ErrorMessage As String = ""
) As IEnterpriseService
public:
virtual IEnterpriseService^ PubEntSrv(
int PublishTimeoutMinutes,
bool asGuest = false,
String^% ErrorMessage = L""
) sealed
function PubEntSrv(PublishTimeoutMinutes, asGuest, 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:
IEnterpriseServiceThe EnterpriseServiceClient object this object uses to communicate with the server for the purposes of publishing.
Remarks See Also