EnterpriseServiceClientOpenSetup Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string OpenSetup(
string UserID,
string Password,
string AppServerInfo,
string SecurityCode,
ref byte[] Setup,
ref string SetupGUID,
ref bool DenySystemsAccess,
ref bool DenySubjectsAccess
)
Public Function OpenSetup (
UserID As String,
Password As String,
AppServerInfo As String,
SecurityCode As String,
ByRef Setup As Byte(),
ByRef SetupGUID As String,
ByRef DenySystemsAccess As Boolean,
ByRef DenySubjectsAccess As Boolean
) As String
public:
virtual String^ OpenSetup(
String^ UserID,
String^ Password,
String^ AppServerInfo,
String^ SecurityCode,
array<unsigned char>^% Setup,
String^% SetupGUID,
bool% DenySystemsAccess,
bool% DenySubjectsAccess
) sealed
function OpenSetup(UserID, Password, AppServerInfo, SecurityCode, Setup, SetupGUID, DenySystemsAccess, DenySubjectsAccess);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- AppServerInfo
- Type: SystemString
- SecurityCode
- Type: SystemString
- Setup
- Type: SystemByte
- SetupGUID
- Type: SystemString
- DenySystemsAccess
- Type: SystemBoolean
- DenySubjectsAccess
- Type: SystemBoolean
Return Value
Type:
StringImplements
IEnterpriseServiceOpenSetup(String, String, String, String, Byte, String, Boolean, Boolean)See Also