Click or drag to resize

DBConfigurationBaseRemoveProxy Method

Removes a proxy based on supplied ID.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool RemoveProxy(
	int id
)

Parameters

id
Type: SystemInt32
Proxy ID

Return Value

Type: Boolean
Boolean indicating success

Implements

IDBConfigWriterRemoveProxy(Int32)
See Also