NamedCacheAsyncExtensionsSetMetadataAsync Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodStatic memberSetMetadataAsync(NamedCache, Byte, ObjectMetadata, Boolean, LockTicket, CancellationToken)
Asynchronously creates or updates settable index values for a cached object; optionally unlocks the object. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberSetMetadataAsync(NamedCache, Guid, ObjectMetadata, Boolean, LockTicket, CancellationToken)
Asynchronously creates or updates settable index values for a cached object; optionally unlocks the object. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberSetMetadataAsync(NamedCache, String, ObjectMetadata, Boolean, LockTicket, CancellationToken)
Asynchronously creates or updates settable index values for a cached object; optionally unlocks the object. This extension method is simply a convenience wrapper for SetMetadataAsync(CachedObjectId, ObjectMetadata, Boolean, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Top
See Also

Reference