GigaSpaces XAP.NET Documentation
TakeIfExistsById Method
Class LibraryGigaSpaces.CoreISpaceProxyTakeIfExistsById()()()
Members
IconMemberDescription
TakeIfExistsById(Type, Object)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById(Type, Object, Object)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById(Type, Object, Object, ITransaction)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById(Type, Object, Object, ITransaction, Int64)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById(Type, Object, Object, ITransaction, Int64, TakeModifiers)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById<(Of <(T>)>)(Object)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById<(Of <(T>)>)(Object, Object)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById<(Of <(T>)>)(Object, Object, ITransaction)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById<(Of <(T>)>)(Object, Object, ITransaction, Int64)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

TakeIfExistsById<(Of <(T>)>)(Object, Object, ITransaction, Int64, TakeModifiers)
Takes (removes) an entry of the specified type with the specified id from the space. Blocks up to the specified timeout (if any) until a matching entry exists.

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