diaGlobWrapper Help
Returns the channel's network handle.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public int NetworkHandle { get; }
Visual Basic (Declaration)
Public ReadOnly Property NetworkHandle As Integer
Visual C++
public:
property int NetworkHandle {
	int get ();
}

See Also