NetServerEventArgs Constructor (ConnectionPhase, ServerInstructionType)

From Furcadia Framework

NetServerEventArgs Constructor (ConnectionPhase, ServerInstructionType)

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.]

Game Server Status Event Arguments

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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

Reference