IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Status Event

Fired during connection or disconnection attempts.

Syntax

[VB.NET]
Public Event OnStatus As OnStatusHandler
[C#]
public event OnStatusHandler OnStatus;

public delegate void OnStatusHandler(object sender, NetdialStatusEventArgs e);

class NetdialStatusEventArgs : EventArgs {
  int Operation {get;}
  int StatusCode {get;}
  string OperationDescription {get;}
  string StatusDescription {get;}
}

Remarks

The Operation parameter indicates the operation currently in progress.

The StatusCode shows the status of the operation.

The OperationDescription and StatusDescription parameters are the corresponding descriptions.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]