M_Furcadia_Net_Utils_ChannelObjects_QueryChannelObject__ctor_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

QueryChannelObject Constructor (String, Furre)

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

Syntax

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

Parameters

 

ServerInstruction
Type: System.String
The server instruction.
Furr
Type: Furcadia.Net.DreamInfo.Furre
The furr.

See Also

Reference

QueryChannelObject Class
QueryChannelObject Overload
Furcadia.Net.Utils.ChannelObjects Namespace

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