Service.Connect(ConnectionType) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Service.Connect(ConnectionType) Method

BR.AN.PviServices .NET


Connects the Service Object.

[Visual Basic]

Public Overrides Overloads Sub Connect( _

  ByVal connectionType As ConnectionType _

)

[C#]

public override void Connect(

  ConnectionType connectionType

);

Parameters

connectionType

The connection type.

Remarks

The Connected event notifies, that the connection was successfully created whereas the "Error" event notifies, that an error has occured.

See Also

Service Class | BR.AN.PviServices Namespace | Service.Connect Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]