M_Furcadia_Net_Utils_ChannelObjects_QueryChannelObject__ctor_1 - 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.]
Initializes a new instance of the QueryChannelObject class.
Namespace: Furcadia.Net.Utils.ChannelObjects
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public QueryChannelObject(
string ServerInstruction,
Furre Furr
)
VB
Public Sub New (
ServerInstruction As String,
Furr As Furre
)
VB Usage
Dim ServerInstruction As String
Dim Furr As Furre
Dim instance As New QueryChannelObject(ServerInstruction,
Furr)
C++
public:
QueryChannelObject(
String^ ServerInstruction,
Furre^ Furr
)
F#
new :
ServerInstruction : string *
Furr : Furre -> QueryChannelObject
- ServerInstruction
- Type: System.String
The server instruction. - Furr
- Type: Furcadia.Net.DreamInfo.Furre
The furr.
QueryChannelObject Class
QueryChannelObject Overload
Furcadia.Net.Utils.ChannelObjects Namespace