Click or drag to resize
MvComponentGetServerModel Method (Boolean)
Enables the component to receive the object model specification of the server in asynchronous mode.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public override sealed bool GetServerModel(
	bool isSync = false
)

Parameters

isSync (Optional)
Type: SystemBoolean
If true, the request is synchronous.

Return Value

Type: Boolean
Always returns true, unless the server is disconnected.
Remarks