public static bool IsRequestPending (string eventType);

Parameters

eventTypeEvent type name.

Returns

bool True if there is a pending request for this event. False otherwise.

Description

Checks whether a request is pending on a specific event. For more information about Request, see EventService.Request.