NamedCacheAsyncExtensionsPutAsync Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodStatic memberPutAsync(NamedCache, CachedObjectId, Object, CreatePolicy, PutOptions, LockTicket, 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 supplies defaults for various parameters.
Public methodStatic memberPutAsync(NamedCache, Byte, Object, CreatePolicy, PutOptions, LockTicket, 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 supplies DefaultCreatePolicy for an unspecified createPolicy and creates a CachedObjectId from id.
Public methodStatic memberPutAsync(NamedCache, Guid, Object, CreatePolicy, PutOptions, LockTicket, 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 supplies DefaultCreatePolicy for an unspecified createPolicy and creates a CachedObjectId from id.
Public methodStatic memberPutAsync(NamedCache, String, Object, CreatePolicy, PutOptions, LockTicket, 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 supplies DefaultCreatePolicy for an unspecified createPolicy and creates a CachedObjectId from id.
Top
See Also

Reference