DOCommonServerState::findByServerIds Method
Find a server state record by the server ID.
Syntax
client server public static DOCommonServerState findByServerIds(
DOCommonEntityServerId _serverId,
RefRecId _serviceId,
[boolean _forUpdate])
Run On
Called
Parameters
- _serverId
Type: DOCommonEntityServerId Extended Data Type
The server ID of record to find.
- _serviceId
Type: RefRecId Extended Data Type
The service ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonServerState Table
A DOCommonServerState record.