ClientConfigEntSrv Method |
|
DataPA OpenAnalytics API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public IEnterpriseService EntSrv(
bool asGuest = false,
ref string ErrorMessage = ""
)
Public Function EntSrv (
Optional asGuest As Boolean = false,
Optional ByRef ErrorMessage As String = ""
) As IEnterpriseService
public:
virtual IEnterpriseService^ EntSrv(
bool asGuest = false,
String^% ErrorMessage = L""
) sealed
function EntSrv(asGuest, ErrorMessage);
Parameters
- 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.
Remarks See Also