.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaClient.CertificateRequestPollingIntervals Class Reference

The polling intervals (in seconds) that can be used when requesting certificates. More...

Public Attributes

const int NoPolling = -1
 The no polling. Means the FinishRequest must be called explicitly. More...
 
const int Default = 0
 Uses the default request polling interval (1s). More...
 

Detailed Description

The polling intervals (in seconds) that can be used when requesting certificates.

Member Data Documentation

const int UnifiedAutomation.UaClient.CertificateRequestPollingIntervals.Default = 0

Uses the default request polling interval (1s).

const int UnifiedAutomation.UaClient.CertificateRequestPollingIntervals.NoPolling = -1

The no polling. Means the FinishRequest must be called explicitly.


The documentation for this class was generated from the following file: