LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
LastConnectionID Property
See Also 
LMNetSnk Namespace > ILMNetSnk Interface : LastConnectionID Property



Gets the last connection ID for the most recent client connection.

Syntax

Visual Basic (Declaration) 
<DispIdAttribute(22)>
ReadOnly Property LastConnectionID As Long
Visual Basic (Usage)Copy Code
Dim instance As ILMNetSnk
Dim value As Long
 
value = instance.LastConnectionID
C# 
[DispIdAttribute(22)]
long LastConnectionID {get;}
C++/CLI 
[DispIdAttribute(22)]
property int64 LastConnectionID {
   int64 get();
}

Property Value

A System.Int64 value specifying the ID of the last client connection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also