| MvComponentGetServerModel Method (Boolean) |
Enables the component to receive the object model
specification of the server in asynchronous mode.
Namespace: RW.Server.ComponentAssembly: 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
)
Public Overrides NotOverridable Function GetServerModel (
Optional isSync As Boolean = false
) As Boolean
public:
virtual bool GetServerModel(
bool isSync = false
) override sealed
Parameters
- isSync (Optional)
- Type: SystemBoolean
If true, the request is
synchronous.
Return Value
Type:
Boolean
Always returns
true, unless the server is
disconnected.
Remarks See Also