ObsSendBatchRaw
C# Methods Reference
Signature
public string ObsSendBatchRaw(string data, bool haltOnFailure = false, int executionType = 0, int connection = 0)
Parameters
data
string required
haltOnFailure
bool
executionType
int
connection
int
Return Type
string
Example
CPH.ObsSendBatchRaw(data);
CPH.ObsSendBatchRaw(data, haltOnFailure, executionType, connection);