Table of Contents

Class SingleObjectInvokeArgs

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Contains user-supplied arguments that was pushed from a ScaleOut client (via ) to a SingleObjectInvoke event handling callback.

public class SingleObjectInvokeArgs
Inheritance
SingleObjectInvokeArgs
Inherited Members

Properties

Bytes

An optional payload of bytes that can hold data related to the Invoke operation (typically a serialized object).

FastReadVersion

A version token that can be used to read an object directly for the in-process client cache without first doing a round trip. Set the FastReadVersion to this value to perform a fast read.

OperationId

An arbitrary user-provided string containing information about the invoke operation, passed from the client-side SingleObjectInvoke call's operationId parameter.