GrainExtensions.IsPrimaryKeyBasedOnLong(IAddressable) Method

Definition

Returns whether part of the primary key is of type long.

public static bool IsPrimaryKeyBasedOnLong (this Orleans.Runtime.IAddressable grain);

Parameters

grain
IAddressable

The target grain.

Returns

Exceptions

The provided grain does not have a Int64-based key.

Applies to