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