ObsSendBatchRaw

C# Methods Reference

Signature

public string ObsSendBatchRaw(string data, bool haltOnFailure = false, int executionType = 0, int connection = 0)

Parameters

data
string required

No description provided.

haltOnFailure
bool

No description provided.

executionType
int

No description provided.

connection
int

No description provided.

Return Type

string

Example

CPH.ObsSendBatchRaw(data);
CPH.ObsSendBatchRaw(data, haltOnFailure, executionType, connection);