TagExtensionsGetTags Method

ScaleOut Software NamedCache API
Returns an enumeration of names of the tags that are currently present in cachedObject.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public static IEnumerable<string> GetTags(
	this ITaggable cachedObject
)

Parameters

cachedObject
Type: Soss.ClientITaggable
The object whose tags are enumerated.

Return Value

Type: IEnumerableString
An enumeration of the tag names held by cachedObject.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITaggable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference