Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() ![]() | TestConnection | Overloaded. The method tests synchronously whether an OPC UA PubSub connection can be successfully established. It returns normally when the test passes. The method throws a OpcLabs.EasyOpc.UA.OperationModel.UAException when there is an error establishing the connection. Due to asynchronous nature of some communication channels, successful test outcome does not always imply that a connection has been fully established. The waitMilliseconds parameter is not a timeout in its traditional sense, i.e. a maximum time allowed for the operation. Here, this method actually waits for the time given by waitMilliseconds parameter unless a failure occurs. |
![]() ![]() | TestConnectionAsync | Overloaded. The method tests asynchronously whether an OPC UA PubSub connection can be successfully established. Due to asynchronous nature of some communication channels, successful test outcome does not always imply that a connection has been fully established. The waitMilliseconds parameter is not a timeout in its traditional sense, i.e. a maximum time allowed for the operation. Here, this method actually waits for the time given by waitMilliseconds parameter unless a failure occurs. |
![]() ![]() | TestSubscription | Tests whether an OPC UA PubSub subscription can be successfully established. Synchronous. |
![]() ![]() | TestSubscriptionAsync | Tests whether an OPC UA PubSub subscription can be successfully established. Asynchronous. |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |