Click or drag to resize
MvComponentGetServerModel Method (IRtModelBuilder, Boolean)
Request the server for the server model description.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public bool GetServerModel(
	IRtModelBuilder builder = null,
	bool isSync = false
)

Parameters

builder (Optional)
Type: RW.Server.ComponentIRtModelBuilder
The listener.
isSync (Optional)
Type: SystemBoolean
If true, the request is synchronous.

Return Value

Type: Boolean
Always returns true, unless the server is disconnected.
Remarks
If builder is null, the listener is MvComponent which implements IRtModelBuilder.
See Also