Get the number of seconds the broker has fallen behind attempting to process data at the previously set process rate.
Read-only property
[Visual Basic .NET] |
---|
Public Property SecondsBehind() As Double |
[C#] |
---|
public double SecondsBehind {get;} |
[Managed C++] |
---|
public: __property double get_SecondsBehind(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondsBehind( double * pSeconds ); |
[Java] |
---|
public double getSecondsBehind(); |