GetStoreUtcTime Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function GetStoreUtcTime ( _
    transactionContext As Object _
) As DateTime
'Usage
Dim instance As CustomProviderProxy
Dim transactionContext As Object
Dim returnValue As DateTime

returnValue = instance.GetStoreUtcTime(transactionContext)
public DateTime GetStoreUtcTime(
    Object transactionContext
)
public:
virtual DateTime GetStoreUtcTime(
    Object^ transactionContext
) sealed
abstract GetStoreUtcTime : 
        transactionContext:Object -> DateTime 
override GetStoreUtcTime : 
        transactionContext:Object -> DateTime 
public final function GetStoreUtcTime(
    transactionContext : Object
) : DateTime

Parameters

Return Value

Type: System. . :: . .DateTime
Returns DateTime.

Implements

ICustomProvider. . :: . .GetStoreUtcTime(Object)

See Also

Reference

CustomProviderProxy Class

Microsoft.ApplicationServer.Caching Namespace