ProxySession.ThroatTiredEnabled Delegate

FFF3PP

ProxySessionThroatTiredEnabled 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.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
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