Table of Contents

Class InvokeResponse

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Represents a response from a invoke request to the ScaleOut service.

public class InvokeResponse
Inheritance
InvokeResponse
Inherited Members

Properties

ErrorData

Remote error data returned from the invoke operation. This is typically a UTF8 encoded string, but if a different library processed the event on the server then another error encoding
may have been used.

FailureCount

Number of objects in the store that were unsuccessfully processed during the operation.

Result

Gets the outcome of the cache operation.

ResultObject

Result object contents. May be null if the invoke operation was unsuccessful, the invoke did not return a result, or no objects were evaluated.

SuccessCount

Number of objects in the store that were successfully processed during the operation.

See Also

PostEventAsync(TKey, string, byte[], TimeSpan?)
SetPostedEventHandlerAsync<TKey, TValue>(Cache<TKey, TValue>, Func<TKey, EventPayload, Task>)