DataCacheTransportProperties.Clone Method ()

 

Creates a copy of the current DataCacheTransportProperties object.

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

Syntax

public object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Public Function Clone As Object

Return Value

Type: System.Object

Returns Object.

Implements

ICloneable.Clone()

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top