DataCacheAutoDiscoverProperty Class

 

Specifies whether automatic discovery is enabled for the role or endpoint that hosts Windows Azure Caching.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty

Syntax

public class DataCacheAutoDiscoverProperty
public ref class DataCacheAutoDiscoverProperty 
type DataCacheAutoDiscoverProperty = class end
Public Class DataCacheAutoDiscoverProperty

Constructors

Name Description
System_CAPS_pubmethod DataCacheAutoDiscoverProperty(Boolean)

Creates a new DataCacheAutoDiscoverProperty object.

System_CAPS_pubmethod DataCacheAutoDiscoverProperty(Boolean, String)

Creates a new DataCacheAutoDiscoverProperty object; specifies the web role, worker role, or endpoint that hosts Caching.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top