ObsSendBatchRaw

C# Methods Reference

public string ObsSendBatchRaw(string data, bool haltOnFailure = false, int executionType = 0, int connection = 0)
data
string required
haltOnFailure
bool
executionType
int
connection
int
string
CPH.ObsSendBatchRaw(data);
CPH.ObsSendBatchRaw(data, haltOnFailure, executionType, connection);