RefreshDisplay method |
|
Remarks
Refreshes the Waveform Analyzer window.
Syntax
[Visual Basic] Public Function RefreshDisplay ( ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes RefreshDisplay ( ); |
[C++] public: enumWanErrorCodes RefreshDisplay ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |