P_Furcadia_Net_ParseServerArgs_ServerInstruction - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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
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
Type: ServerInstructionType