Furcadia Framework For Third Party Programs
NetServerEventArgsServerInstruction Property |
[This is preliminary documentation and is subject to change.]
Server to Client instructions
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public ServerInstructionType ServerInstruction { get; set; }
Public Property ServerInstruction As ServerInstructionType Get Set Dim instance As NetServerEventArgs Dim value As ServerInstructionType value = instance.ServerInstruction instance.ServerInstruction = value
public: property ServerInstructionType ServerInstruction { ServerInstructionType get (); void set (ServerInstructionType value); }
member ServerInstruction : ServerInstructionType with get, set
Property Value
Type: ServerInstructionTypeSee Also