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);
static member IsPrimaryKeyBasedOnLong : Orleans.Runtime.IAddressable -> bool
<Extension()>
Public Function IsPrimaryKeyBasedOnLong (grain As IAddressable) As Boolean

Parameters

grain
IAddressable

The target grain.

Returns

Exceptions

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

Applies to