CacheOperationCompletedEventArgs.HasSucceeded Property

 

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)

Syntax

public bool HasSucceeded { get; }
public:
property bool HasSucceeded {
    bool get();
}
member HasSucceeded : bool with get
Public ReadOnly Property HasSucceeded As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

CacheOperationCompletedEventArgs Class
Microsoft.ApplicationServer.Caching Namespace

Return to top