NetworkAdapter.Disconnect Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

NetworkAdapter.Disconnect Method

BR.AN.PviServices .NET


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

);

Parameters

synchronous

Should the command be executed synchronously.

Return Value

0 on succes. -1 if not implemented else an error number > 0.

See Also

NetworkAdapter Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]