DataPAServiceMessage Constructor (String, Int64) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DataPA Enteprise Service Message object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataPAServiceMessage(
string JSONText,
long MaxJSONLength = 0
)
Public Sub New (
JSONText As String,
Optional MaxJSONLength As Long = 0
)
public:
DataPAServiceMessage(
String^ JSONText,
long long MaxJSONLength = 0
)
DataPAServerSecurity.DataPAServiceMessage = function(JSONText, MaxJSONLength);
Parameters
- JSONText
- Type: SystemString
A JSON representation of the message object. - MaxJSONLength (Optional)
- Type: SystemInt64
Remarks See Also