ServerQue Constructor (Int32, UInt32)

Furcadia Framework

ServerQue Constructor (Int32, UInt32)

Furcadia Framework For Third Party Programs
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 42
Syntax

public ServerQue(
	int ThroatTiredTime,
	uint PingTimerTime = 30
)
Public Sub New ( 
	ThroatTiredTime As Integer,
	Optional PingTimerTime As UInteger = 30
)

Dim ThroatTiredTime As Integer
Dim PingTimerTime As UInteger

Dim instance As New ServerQue(ThroatTiredTime, 
	PingTimerTime)
public:
ServerQue(
	int ThroatTiredTime, 
	unsigned int PingTimerTime = 30
)
new : 
        ThroatTiredTime : int * 
        ?PingTimerTime : uint32 
(* Defaults:
        let _PingTimerTime = defaultArg PingTimerTime 30
*)
-> ServerQue

Parameters

ThroatTiredTime
Type: SystemInt32
Delay time to pause for Throat Tired Syndrome
PingTimerTime (Optional)
Type: SystemUInt32
Optional ping the game server time in seconds
See Also

Reference