Obs Send Batch Raw
Signature
public string ObsSendBatchRaw(string data, bool haltOnFailure = false, int executionType = 0, int connection = 0)
Parameters
data
string required
No description provided.
haltOnFailure
bool
Default:
False
No description provided.
executionType
int
Default:
0
No description provided.
connection
int
Default:
0
No description provided.
Return Type
string
Example
CPH.ObsSendBatchRaw(data);
CPH.ObsSendBatchRaw(data, haltOnFailure, executionType, connection);