M_Furcadia_Net_Utils_ServerQue__ctor_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ServerQue Constructor (Int32, UInt32)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Queue Manager constructor

Namespace: Furcadia.Net.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public ServerQue(
	int ThroatTiredTime,
	uint PingTimerTime = 30
)

VB

Public Sub New ( 
	ThroatTiredTime As Integer,
	Optional PingTimerTime As UInteger = 30
)

VB Usage

Dim ThroatTiredTime As Integer
Dim PingTimerTime As UInteger

Dim instance As New ServerQue(ThroatTiredTime, 
	PingTimerTime)

C++

public:
ServerQue(
	int ThroatTiredTime, 
	unsigned int PingTimerTime = 30
)

F#

new : 
        ThroatTiredTime : int * 
        ?PingTimerTime : uint32 
(* Defaults:
        let _PingTimerTime = defaultArg PingTimerTime 30
*)
-> ServerQue

Parameters

 

ThroatTiredTime
Type: System.Int32
Delay time to pause for Throat Tired Syndrome
PingTimerTime (Optional)
Type: System.UInt32
Optional ping the game server time in seconds

See Also

Reference

ServerQue Class
ServerQue Overload
Furcadia.Net.Utils Namespace

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