Share via


DataCacheServerEndpoint.CacheHostName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The Windows service name of the cache host service that is running on the cache server.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public ReadOnly Property CacheHostName As String
'Usage
Dim instance As DataCacheServerEndpoint
Dim value As String

value = instance.CacheHostName
public string CacheHostName { get; }
public:
property String^ CacheHostName {
    String^ get ();
}
/** @property */
public String get_CacheHostName ()
public function get CacheHostName () : String

Property Value

A string representing the Windows service name of the cache host service that is running on the cache server. The installation default value is DistributedCacheService.

Remarks

The cache server is the physical computer that the cache host service is installed on. The cache client may be configured programmatically or with the application configuration file. For more information, see Configuration (Velocity).

See Also

Reference

DataCacheServerEndpoint Class
DataCacheServerEndpoint Members
Microsoft.Data.Caching Namespace