ILMNetSnk.Connection Interface

Summary

The ILMNetSnk.Connection object is used to identify and manage connections at the server.

Syntax
C#
VB
C++
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)] 
[GuidAttribute("E2B7DE07-38C5-11D5-91F6-00104BDB8FF9")] 
[ComImportAttribute()] 
public interface ILMNetSnk.Connection  
  
<TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)> 
<GuidAttribute("E2B7DE07-38C5-11D5-91F6-00104BDB8FF9")> 
<ComImportAttribute()> 
Public Interface ILMNetSnk.Connection  
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)] 
[GuidAttribute("E2B7DE07-38C5-11D5-91F6-00104BDB8FF9")] 
[ComImportAttribute()] 
public interface class ILMNetSnk.Connection  

Remarks

This object is not externally creatable. It can be retrieved using the FindConnection method, and the FirstConnection, and LastConnection properties.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.