GigaSpaces XAP.NET Documentation
TakeByIdsException..::.ResultType Enumeration
Class LibraryGigaSpaces.Core.ExceptionsTakeByIdsExceptionTakeByIdsException..::.ResultType
Determines the type of a single take by id operation result.
Declaration Syntax
C#Visual BasicVisual C++J#
[SerializableAttribute]
public enum ResultType
<SerializableAttribute> _
Public Enumeration ResultType
[SerializableAttribute]
public enum class ResultType
/** @attribute SerializableAttribute */ 
public enum ResultType
Members
MemberDescription
Object
Operation succeeded - result is the object matching the corresponding id.

Error
Operation failed - result is the exception that caused the failure.

NotFound
Operation succeeded - there is no object matching the corresponding id.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)