<< Click to Display Table of Contents >> Navigation: »No topics above this level« NetworkAdapter.Disconnect Method |
Call this method to force a connection to the PVI objects to be disconnected.
[Visual Basic]
Public Overrides Overloads Sub Disconnect( _
ByVal synchronous As Boolean _
)
[C#]
public override int Disconnect(
bool synchronous
);
synchronous
Should the command be executed synchronously.
0 on succes. -1 if not implemented else an error number > 0.
NetworkAdapter Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]