Overload List
Type | Name | Description |
---|---|---|
![]() | FetchAndLockObject(String, Id, Int64, String, PropertyFilter) |
Retrieves and locks the specified object from this ObjectStore object.
The object can be specified as a string containing a GUID, a symbolic name, or a path.
Use parameters on this method to specify the owner of the lock and the lock timeout value.
This method always makes a round-trip to the server.
You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For more information, see the description of the filter parameter. |
![]() | FetchAndLockObject(String, String, Int64, String, PropertyFilter) |
Retrieves and locks the specified object from this ObjectStore object. Use
parameters on this method to specify the owner of the lock and the lock timeout value.
This method always makes a round-trip to the server.
You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For more information, see the description of the filter parameter. |