NetServerEventArgs Constructor (ConnectionPhase, ServerInstructionType)

FFF3PP

NetServerEventArgs Constructor (ConnectionPhase, ServerInstructionType)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Game Server Status Event Arguments

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public NetServerEventArgs(
	ConnectionPhase phase,
	ServerInstructionType Instruction
)
Public Sub New ( 
	phase As ConnectionPhase,
	Instruction As ServerInstructionType
)

Dim phase As ConnectionPhase
Dim Instruction As ServerInstructionType

Dim instance As New NetServerEventArgs(phase, Instruction)
public:
NetServerEventArgs(
	ConnectionPhase phase, 
	ServerInstructionType Instruction
)
new : 
        phase : ConnectionPhase * 
        Instruction : ServerInstructionType -> NetServerEventArgs

Parameters

phase
Type: Furcadia.NetConnectionPhase
Server ConnectionPhase
Instruction
Type: Furcadia.NetServerInstructionType
Game ServerInstructionType to client
See Also