GlobalObjectId.GlobalObjectIdentifierToInstanceIDSlow

Switch to Manual
public static int GlobalObjectIdentifierToInstanceIDSlow (GlobalObjectId id);

Parameters

idThe GlobalObjectId to lookup.

Returns

int If the GlobalObjectId is found, this method returns the converted InstanceID. Returns 0 if the GlobalObjectId is not found.

Description

Converts a GlobalObjectId to an InstanceID.

This call is slow and should be avoided or used sparingly.