NamedCacheAsyncExtensionsInsertAsync Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodStatic memberInsertAsync(NamedCache, CachedObjectId, Object, Boolean, Boolean, CreatePolicy, CancellationToken)
Asynchronously creates or updates a serializable object within a named cache. This extension method is simply a convenience wrapper for PutAsync(CachedObjectId, Object, CreatePolicy, PutOptions, LockTicket, CancellationToken) which mimics the synchronous Insert(CachedObjectId, Object, CreatePolicy, Boolean, Boolean).
Public methodStatic memberInsertAsync(NamedCache, Byte, Object, Boolean, Boolean, CreatePolicy, CancellationToken)
Asynchronously creates or updates a serializable object within a named cache. This extension method is simply a convenience wrapper for PutAsync(CachedObjectId, Object, CreatePolicy, PutOptions, LockTicket, CancellationToken) which mimics the synchronous Insert(String, Object, CreatePolicy, Boolean, Boolean).
Public methodStatic memberInsertAsync(NamedCache, Guid, Object, Boolean, Boolean, CreatePolicy, CancellationToken)
Asynchronously creates or updates a serializable object within a named cache. This extension method is simply a convenience wrapper for PutAsync(CachedObjectId, Object, CreatePolicy, PutOptions, LockTicket, CancellationToken) which mimics the synchronous Insert(String, Object, CreatePolicy, Boolean, Boolean).
Public methodStatic memberInsertAsync(NamedCache, String, Object, Boolean, Boolean, CreatePolicy, CancellationToken)
Asynchronously creates or updates a serializable object within a named cache. This extension method is simply a convenience wrapper for PutAsync(CachedObjectId, Object, CreatePolicy, PutOptions, LockTicket, CancellationToken) which mimics the synchronous Insert(String, Object, CreatePolicy, Boolean, Boolean).
Top
See Also

Reference