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

ConnectedEntry Event

Fired for every connected device when the ListConnections method is called.

Syntax

[VB.NET]
Public Event OnConnectedEntry As OnConnectedEntryHandler
[C#]
public event OnConnectedEntryHandler OnConnectedEntry;

public delegate void OnConnectedEntryHandler(object sender, NetdialConnectedEntryEventArgs e);

class NetdialConnectedEntryEventArgs : EventArgs {
  object Handle {get;}
  string Entry {get;}
  string DeviceName {get;}
  string DeviceType {get;}
  string StatusDescription {get;}
}

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

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