OpcServiceCounter Members

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcServiceCounter type exposes the following members.

FailedCalls

Gets the total number of service requests that were rejected.

C#

public long FailedCalls { get; }


Property Value

Int64

The total number of service requests that were rejected.

TotalCalls

Gets the number of service requests that have been received.

C#

public long TotalCalls { get; }


Property Value

Int64

The number of service requests that have been received.