Base.Disconnect(Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Base.Disconnect(Boolean) Method

BR.AN.PviServices .NET


Deletes the connection of this instance to its process object.

[Visual Basic]

Public Overridable Overloads Sub Disconnect( _

  ByVal noResponse As Boolean _

)

[C#]

public virtual void Disconnect(

  bool noResponse

);

Parameters

noResponse

Do we want a response or not. Default the response will be sent.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]