NamedCacheAsyncExtensionsGetMetadataAsync Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodStatic memberGetMetadataAsync(NamedCache, CachedObjectId, Boolean, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that interprets acquireLock and sets GetMetadataOptions appropriately.
Public methodStatic memberGetMetadataAsync(NamedCache, Byte, GetMetadataOptions, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberGetMetadataAsync(NamedCache, Byte, Boolean, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id and interprets acquireLock setting GetMetadataOptions appropriately.
Public methodStatic memberGetMetadataAsync(NamedCache, Guid, GetMetadataOptions, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberGetMetadataAsync(NamedCache, Guid, Boolean, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id and interprets acquireLock setting GetMetadataOptions appropriately.
Public methodStatic memberGetMetadataAsync(NamedCache, String, GetMetadataOptions, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id.
Public methodStatic memberGetMetadataAsync(NamedCache, String, Boolean, LockTicket, CancellationToken)
Asynchronously gets server metadata and user-defined index values for an object in the named cache. This extension method is simply a convenience wrapper for GetMetadataAsync(CachedObjectId, GetMetadataOptions, LockTicket, CancellationToken) that creates a CachedObjectId from id and interprets acquireLock setting GetMetadataOptions appropriately.
Top
See Also

Reference