AdsConnection.DeleteVariableHandle Method

Releases the handle of a ADS variable again.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public void DeleteVariableHandle(
    int variableHandle
)

VB

Public Sub DeleteVariableHandle ( 
    variableHandle As Integer
)

Parameters

variableHandle

Type: System.Int32
Handle of the ADS variable

Implements

IAdsHandleAccess.DeleteVariableHandle(Int32)

Reference

AdsConnection Class

TwinCAT.Ads Namespace