InstanceStore.EndTryCommand(IAsyncResult) Method

Definition

Ends an asynchronous operation.

C#
protected internal virtual bool EndTryCommand(IAsyncResult result);

Parameters

result
IAsyncResult

The result of the operation.

Returns

A persistence provider implementation should return false if it doesn't support the command passed to the BeginTryCommand method. Otherwise it should return true or throw an exception.

Remarks

Warning

Even though this method is declared as virtual rather than abstract, there is no implementation. This method must be overridden in order to provide functionality.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1