CacheOperationCompletedEventArgs 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.CacheOperationCompletedEventArgs

Syntax

public class CacheOperationCompletedEventArgs : EventArgs
public ref class CacheOperationCompletedEventArgs : EventArgs
type CacheOperationCompletedEventArgs = 
    class
        inherit EventArgs
    end
Public Class CacheOperationCompletedEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty ExceptionObject

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

System_CAPS_pubproperty HasSucceeded

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

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_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