Cpu.Disconnect(Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.Disconnect(Boolean) Method

BR.AN.PviServices .NET


Disconnects this instance from its device.

[Visual Basic]

Public Overrides Overloads Sub Disconnect( _

  ByVal noResponse As Boolean _

)

[C#]

public override void Disconnect(

  bool noResponse

);

Parameters

noResponse

If true the event will NOT befired!

Remarks

The Disconnected event notifies, that the connection was successfully disconnected.

See Also

Cpu Class | BR.AN.PviServices Namespace | Cpu.Disconnect Overload List | Disconnected


Generated from assembly BR.AN.PviServices [8.1.0.4]