| MvEndPointGetServerModel Method |
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 virtual bool GetServerModel(
bool isSync
)
Public Overridable Function GetServerModel (
isSync As Boolean
) As Boolean
public:
virtual bool GetServerModel(
bool isSync
)
Parameters
- isSync
- Type: SystemBoolean
If true, the request is
synchronous.
Return Value
Type:
Boolean
Always returns
trueSee Also