|
NetConnectionThroatTiredEnabled Delegate
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Throat Tired even handler
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public delegate void ThroatTiredEnabled(
bool enable
)
Public Delegate Sub ThroatTiredEnabled (
enable As Boolean
)
Dim instance As New ThroatTiredEnabled(AddressOf HandlerMethod)
public delegate void ThroatTiredEnabled(
bool enable
)
type ThroatTiredEnabled =
delegate of
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
if set to true [enable].
See Also