P_Furcadia_Net_ParseServerArgs_ServerInstruction - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ParseServerArgs.ServerInstruction Property

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

Server to Client Instruction Type

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

Syntax

C#

public ServerInstructionType ServerInstruction { get; set; }

VB

Public Property ServerInstruction As ServerInstructionType
	Get
	Set

VB Usage

Dim instance As ParseServerArgs
Dim value As ServerInstructionType

value = instance.ServerInstruction

instance.ServerInstruction = value

C++

public:
property ServerInstructionType ServerInstruction {
	ServerInstructionType get ();
	void set (ServerInstructionType value);
}

F#

member ServerInstruction : ServerInstructionType with get, set

Property Value

Type: ServerInstructionType

See Also

Reference

ParseServerArgs Class
Furcadia.Net Namespace

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