| MvEndPointGetServerModel Method |
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.5.0.0 (6.5.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