Click or drag to resize

VIZZARD_IPC_CLIENTConnect Method (String, Boolean)

지정된 SERVER ID의 VIZZARD에 연결

Namespace:  SHConnector.Utility.IPC.Client
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool Connect(
	string serverid,
	bool init
)

Parameters

serverid
Type: SystemString
VIZZARD IPC SERVER ID
init
Type: SystemBoolean
INIT. CONNECTED SERVER LIST

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SHConnector.Utility.IPC.Client.VIZZARD_IPC_CLIENT.Connect(System.String,System.Boolean)"]

See Also