Click or drag to resize

GetAsyncResultRequestKeepResult Property

If true, GetAsyncResult does not remove the asynchronous result upon returning it, enabling future queries to that asyncHandle.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> KeepResult { get; set; }

Property Value

Type: NullableBoolean
See Also