FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..removeInstance Method

removes an instance

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeInstance(
	string instanceID
)
Public Function removeInstance ( _
	instanceID As String _
) As Boolean
public:
bool^ removeInstance(
	String^ instanceID
)

Parameters

instanceID
Type: String
ID of the instance

Return Value

bool