SNMPBase.Disconnect(Boolean) Method

<< 点击显示目录 >>

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

SNMPBase.Disconnect(Boolean) Method

BR.AN.PviServices .NET


Call this method to force a connection to the PVI objects to be disconnected.

[Visual Basic]

Public Overridable Overloads Sub Disconnect( _

  ByVal synchronous As Boolean _

)

[C#]

public virtual 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

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


Generated from assembly BR.AN.PviServices [8.1.0.4]