CacheOperationStartedEventArgs Class

 

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

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs

Syntax

public sealed class CacheOperationStartedEventArgs : EventArgs
public ref class CacheOperationStartedEventArgs sealed : EventArgs
[<Sealed>]
type CacheOperationStartedEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class CacheOperationStartedEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty OperationContext

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

System_CAPS_pubproperty OperationType

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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