VariableCollection.Disconnect(Boolean) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > VariableCollection Class > VariableCollection Methods > Disconnect Method >

VariableCollection.Disconnect(Boolean) Method

BR.AN.PviServices .NET


Disconnects each Variable object of the collection.

[Visual Basic]

Public Overloads Sub Disconnect( _

  ByVal noResponse As Boolean _

)

[C#]

public void Disconnect(

  bool noResponse

);

Parameters

noResponse

If true the object will not receive a response for the request!

Remarks

The Disconnected event notifies each successful aborted connection.

See Also

VariableCollection Class | BR.AN.PviServices Namespace | VariableCollection.Disconnect Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]