T_Furcadia_Net_Utils_ServerQue_ThroatTiredEnabled - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ServerQue.ThroatTiredEnabled 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.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public delegate void ThroatTiredEnabled(
	bool enable
)

VB

Public Delegate Sub ThroatTiredEnabled ( 
	enable As Boolean
)

VB Usage

Dim instance As New ThroatTiredEnabled(AddressOf HandlerMethod)

C++

public delegate void ThroatTiredEnabled(
	bool enable
)

F#

type ThroatTiredEnabled = 
    delegate of 
        enable : bool -> unit

Parameters

 

enable
Type: System.Boolean
if set to true [enable].

See Also

Reference

Furcadia.Net.Utils Namespace

⚠️ **GitHub.com Fallback** ⚠️