M_Furcadia_Net_Utils_ChannelObjects_QueryChannelObject__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

QueryChannelObject Constructor (String)

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
)

VB

Public Sub New ( 
	ServerInstruction As String
)

VB Usage

Dim ServerInstruction As String

Dim instance As New QueryChannelObject(ServerInstruction)

C++

public:
QueryChannelObject(
	String^ ServerInstruction
)

F#

new : 
        ServerInstruction : string -> QueryChannelObject

Parameters

 

ServerInstruction
Type: System.String

See Also

Reference

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

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